summonsTyper
An app that helps users practice reprint summons, built by Electron. 一个基于Electron的、用于练习翻打传票的小应用。
Usage
应用会自动读取当前目录下名为input.txt
的文件,该文件格式为,每一行一个数字。
样例如下:
854.63
253.93
447.35
396.90
464.07
630.45
950.22
665.66
...
After you finish the test, the score board shows 完成测试后,可以查看成绩:
You can also check your score history 查看历史成绩:
Installation
To run the app in developer mode, execute
npm start
Option 1. Install executable
You can install the executables from the release page
Option 2. Build From Source
First, install Electron Forge:
npm install --save-dev @electron-forge/cli
npx electron-forge import
Then Run:
npm run make