Skip to content

Commit

Permalink
update README.md, v-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GentleCold committed May 9, 2022
1 parent 8753e52 commit 1e5d602
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## License
## Word Reminder
简单的单词背诵辅助软件,适用于windows
## 适用对象
长时间使用windows桌面端并想要积累单词量的人群

化主动为被动,专为懒于背单词的人打造(如本人)

框架为neutralinoJS(基于 webview2)

安装包大小仅4M,若无法打开,确保安装过webView2
## 软件下载
见release发布的exe后缀安装程序,由 inno setup 6 构建
## 主要功能
* 内置四级,六级,超纲六级单词
* 用户可自定义单词列表
* 小界面(200 * 200)px,方便背诵,极简风格
* 不局限于单词,可编辑任意想要背诵内容
## 设计理念
* 化主动为被动:最小化在托盘,隔段时间(默认五分钟)跳出来提醒背诵单词
* 窗口置顶(除全屏),不用刻意记忆,会随时提醒
* 为每个单词设置次数,并智能选取下一个背诵单词
* 可以标记单词,设为红色可以增加出现概率,设为灰色可以减少出现概率
* 也可自主刷新单词,化被动为主动
## 项目结构
- resources
* css
* icons - 软件图标
* js - 核心代码
* index.html - 单页面
## 写在最后
本人娱乐项目,代码无参考价值,软件本人自用尚可

后续更新随缘
## License
[MIT](LICENSE)

0 comments on commit 1e5d602

Please sign in to comment.