Skip to content

Commit c435e67

Browse files
committed
doc[common]update sync with branch
1 parent 9bd2423 commit c435e67

File tree

1 file changed

+35
-22
lines changed

1 file changed

+35
-22
lines changed

README.md

Lines changed: 35 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,46 @@
4141

4242
## 功能
4343

44-
- 题库静态加载和统计
45-
- 范围选取(可以灵活选择一个题库中的某个范围内的题)
46-
- 随机题序(将选中的题目顺序打乱)
47-
- 刷题模式(类似于背单词软件的直接选中功能)
48-
- 急速模式(正确的题目将直接提交)
49-
- 斩杀模式(题目完成后将会隐藏起来方便思维聚焦)
50-
- 筛选连对(错题本模式)(只显示连对次数少于某次的题)
51-
- 题目解析和历史统计
52-
- 无限模式(完成一轮后点击立即开始下一轮)
44+
- ## Features
45+
- 部署
46+
- 支持直接双击运行(双击运行http-server一键完成部署网站)
47+
- 支持电脑和手机多种分辨率使用
48+
-
49+
- 刷题
50+
- 设置
51+
- 范围选取(可以灵活选择一个题库中的某个范围内的题)
52+
- 随机题序(将选中的题目顺序打乱)
53+
- 随机选项序(将选择题的选项打乱)
54+
- 刷题模式(类似于背单词软件的直接选中功能)
55+
- 急速模式(正确的题目将直接提交)
56+
- 斩杀模式(题目完成后将会隐藏起来方便思维聚焦)
57+
- 筛选连对(错题本模式)(只显示连对次数少于某次的题)
58+
- 无限模式(完成一轮后点击立即开始下一轮)
59+
- 题型
60+
- 动态题解(题解可以引用题目选项)
61+
- 支持题目去重判断以及统计(可以显示哪些题存在重复)
62+
- 统计
63+
- 题库静态加载和统计
64+
- 题目解析和历史统计
65+
- 性能
66+
- 支持题目懒加载(降低大量题目条件下的负荷)
67+
- 偏好
68+
- 支持题目样式自定义(如自定义提交按钮)
5369

5470
## 演示
5571

56-
### 主页(目前只有`答题`菜单可用
72+
### 主页(目前`错题本`菜单集成到了`答题`菜单中
5773

58-
- ![image-20220505104416266](https://raw.githubusercontent.com/serfend/res.image.reference/main/image-20220505104416266.png)
74+
- ![image-20220514223406317](C:/Users/sf/AppData/Roaming/Typora/typora-user-images/image-20220514223406317.png)
5975

6076
### 题库选取
6177

62-
- ![image-20220509130912157](https://raw.githubusercontent.com/serfend/res.image.reference/main/image-20220509130912157.png)
78+
- ![image-20220514223419796](C:/Users/sf/AppData/Roaming/Typora/typora-user-images/image-20220514223419796.png)
6379

6480
### 题库设置
6581

6682
- 在 `data\problems\index.json`中设置题库目录。
83+
6784
- 在`data\problems\database\XXXXX.json`中设置题目内容,文件名与index.json中对应即可,可参考默认案例。
6885

6986
```json5
@@ -112,28 +129,24 @@
112129

113130
### 刷题
114131

115-
- ![image-20220509130817277](https://raw.githubusercontent.com/serfend/res.image.reference/main/image-20220509130817277.png)
132+
- ![image-20220514223332446](C:/Users/sf/AppData/Roaming/Typora/typora-user-images/image-20220514223332446.png)
133+
- ![image-20220514223356892](C:/Users/sf/AppData/Roaming/Typora/typora-user-images/image-20220514223356892.png)
134+
- ![image-20220514223341967](C:/Users/sf/AppData/Roaming/Typora/typora-user-images/image-20220514223341967.png)
135+
- ![image-20220514223320414](C:/Users/sf/AppData/Roaming/Typora/typora-user-images/image-20220514223320414.png)
116136

117137
### 题目解析和统计
118138

119139
> 第一次做题时候不会有统计,以后再次刷到这个题的时候则会显示该题的历史做题记录
120140

121-
- ![image-20220509131007779](https://raw.githubusercontent.com/serfend/res.image.reference/main/image-20220509131007779.png)
141+
- ![image-20220514223450674](C:/Users/sf/AppData/Roaming/Typora/typora-user-images/image-20220514223450674.png)
122142

123143
- 刷题模式
124144

125145
> 如果选中该模式,则将会显示`会做``不会做`按钮,点击按钮可以直接完成该题的训练。适合填空题这种输入答案比较慢的题快速刷题。
126146

127147
### 移动端
128148

129-
- 总览
130-
- ![image-20220509131549430](https://raw.githubusercontent.com/serfend/res.image.reference/main/image-20220509131549430.png)
131-
- 题库选取
132-
- ![image-20220509131043667](https://raw.githubusercontent.com/serfend/res.image.reference/main/image-20220509131043667.png)
133-
- 刷题设置
134-
- ![image-20220509131103681](https://raw.githubusercontent.com/serfend/res.image.reference/main/image-20220509131103681.png)
135-
- 刷题
136-
- ![image-20220509131127594](https://raw.githubusercontent.com/serfend/res.image.reference/main/image-20220509131127594.png)
149+
- [视频演示链接](https://www.bilibili.com/video/BV16T4y1B7Fa/)
137150

138151
## 关于
139152

0 commit comments

Comments
 (0)