You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Curriculum_Design/USAGE.md

35 lines
1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 使用说明
## 启动应用程序
### 方法一:使用启动脚本(推荐)
```bash
./run_app.sh
```
### 方法二直接运行Python代码
```bash
/usr/bin/python3 src/main.py
```
## 使用步骤
1. 启动应用程序后,点击顶部菜单栏的"文件"选项
2. 选择"打开"或使用快捷键 Ctrl+O
3. 在弹出的文件选择对话框中,选择您要练习的文本文件(支持 .txt 和 .docx 格式)
4. 选择文件后,文件内容将加载到应用程序中,但不会立即显示
5. 在底部的输入区域开始打字练习
6. 随着您的输入,文本内容会逐步显示在主显示区域
7. 应用程序会实时显示打字进度和准确率统计
## 功能说明
- **文本显示**:随着您的输入逐步显示文件内容
- **进度统计**显示WPM每分钟单词数和准确率
- **状态栏**:显示当前操作状态和文件信息
## 注意事项
- 请确保使用系统Python运行应用程序以避免Qt平台插件问题
- 应用程序设计为只有在用户输入时才显示文本内容,这是正常行为
- 支持的文件格式:.txt 和 .docx