Skip to content

Commit e54284f

Browse files
committed
docs: update
1 parent 29dc087 commit e54284f

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@
6161
- https://github.com/baoliay2008/lccn_predictor 力扣竞赛评分预测项目,也是扩展目前使用的预测数据源
6262
- https://github.com/zerotrac/leetcode_problem_rating 力扣题目评分项目,也是扩展中题目评分的数据源
6363
- https://github.com/SysSn13/leetcode-rating-predictor 力扣竞赛评分预测预测,是之前使用的预测数据源
64+
- 评分功能中,对应评分的颜色参考 https://clist.by/problems/https://codeforces.com/ 中对应等级的颜色

docs/开发.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ cd refined-leetcode
1717
pnpm install
1818
```
1919

20+
安装的时候,如果遇到 electron postinstall 安装失败的错误, 一般是因为网络问题,可以通过将 electron 的源设置为国内源解决。
21+
22+
通过修改 home 目录下的 `.npmrc` 或者直接在项目根目录下新建一个 `.npmrc` 文件,输入以下内容,保存后,在尝试安装
23+
24+
```sh
25+
electron_mirror=https://npmmirror.com/mirrors/electron/
26+
```
27+
2028
### 运行
2129

2230
```sh

docs/题单管理.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ https://user-images.githubusercontent.com/38753204/212785300-37f93904-1550-44fe-
3838
将筛选出来的题目添加到题单中,注意题单最多只能添加 200 个题目,超出则不让添加
3939

4040
https://user-images.githubusercontent.com/38753204/212785367-0799f8c7-4465-49e4-b779-6de6c6981136.mp4
41+
42+
关闭和开启评分功能
43+
44+
https://user-images.githubusercontent.com/38753204/212886717-bbe4b613-ebcb-40c5-a515-24ba8053d6fb.mp4

0 commit comments

Comments
 (0)