File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 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/ 中对应等级的颜色
Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ cd refined-leetcode
1717pnpm 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
Original file line number Diff line number Diff line change @@ -38,3 +38,7 @@ https://user-images.githubusercontent.com/38753204/212785300-37f93904-1550-44fe-
3838将筛选出来的题目添加到题单中,注意题单最多只能添加 200 个题目,超出则不让添加
3939
4040https://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
You can’t perform that action at this time.
0 commit comments