Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.42 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.42 KB

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
...

Main page 主界面: image

Start the test 开始测试: 屏幕截图 2023-08-05 120648

After you finish the test, the score board shows 完成测试后,可以查看成绩: 屏幕截图 2023-08-05 120746

You can also check your score history 查看历史成绩: 屏幕截图 2023-08-05 120606

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