Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noberumotto committed Aug 6, 2021
1 parent e25151d commit b09df23
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 35 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Project Eye

一个基于`20-20-20`规则的用眼休息提醒软件(Windows),帮助你保持健康的工作状态,追踪每天的用眼情况。
一个基于 `20-20-20` 规则的用眼休息提醒软件(Windows),帮助你保持健康的工作状态,追踪每天的用眼情况。

你可以设定好提醒间隔时间(默认20分钟)和休息时间(默认20秒),当程序启动后开始计时,每到达一次提醒间隔时间,就会弹出一个覆盖全屏幕的窗口提示该休息了。默认情况下你可以选择`跳过``开始休息`,选择`跳过`窗口将关闭并重新开始计时,选择`开始休息`程序会以从设定的休息时间(秒)开始倒计时,此时你应该将视线离开屏幕眺望远方至少6米远处放松双眼,当倒计时结束程序会播放提示音通知你。
你可以设定好提醒间隔时间(默认20分钟)和休息时间(默认20秒),当程序启动后开始计时,每到达一次提醒间隔时间,就会弹出一个覆盖全屏幕的窗口提示该休息了。默认情况下你可以选择 `跳过``开始休息` ,选择 `跳过` 窗口将关闭并重新开始计时,选择 `开始休息` 程序会以从设定的休息时间(秒)开始倒计时,此时你应该将视线离开屏幕眺望远方至少6米远处放松双眼,当倒计时结束程序会播放提示音通知你。

<p align="center">
<img alt="tipwindow" src="https://raw.githubusercontent.com/Planshit/ProjectEye/master/screenshot/tipwindow.jpg">
Expand All @@ -22,21 +22,28 @@
- 数据统计,用眼时长、休息时长、跳过次数;
- 离开监听,当检测到用户离开电脑时停止计时直到回来;
- 所见即所得地自定义(设计)全屏提示窗口;
- 番茄时钟功能;

*部分功能需要自行在选项中开启才生效。*

## 下载安装

你可以在这里[Releases](https://github.com/Planshit/ProjectEye/releases) 下载所有发布版本编译好的EXE文件压缩包,一般是ProjectEye.zip,解压后直接双击ProjectEye.exe即可运行,无需安装。
你可以在这里 [Releases](https://github.com/Planshit/ProjectEye/releases) 下载所有发布版本编译好的EXE文件压缩包,一般是ProjectEye.zip,解压后直接双击ProjectEye.exe即可运行,无需安装。

成功启动后你将在右下角的状态栏中看到😎图标,右键显示菜单,双击启动或关闭番茄时钟模式。
成功启动后你将在右下角的状态栏中看到 😎 图标,右键显示菜单,双击启动或关闭番茄时钟模式。

## 运行环境

OS: Windows7/10

Runtime: [.NET Framework 4.5+](https://dotnet.microsoft.com/download/dotnet-framework) [如果启动软件没反应请安装这个]
Runtime: [.NET Framework 4.5+](https://dotnet.microsoft.com/download/dotnet-framework)

## 其他

[帮助文档](https://littlepanda.gitbook.io/project-eye/)

##### 是否对你有帮助?

一杯☕就是维护的动力

![](https://raw.githubusercontent.com/Planshit/ProjectEye/master/donate.jpg)
Binary file added donate.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions todo.md

This file was deleted.

0 comments on commit b09df23

Please sign in to comment.