We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7246acc commit bfd7995Copy full SHA for bfd7995
README.md
@@ -10,7 +10,7 @@
10
11
使用 vue 进行编译,后对编译后的文件使用 Electron 打包
12
13
-[下载地址](https://github.com/Hukeqing/codeforces-client/releases/tag/v1.1.0)
+[下载地址](https://github.com/Hukeqing/codeforces-client/releases/tag/v1.2.0)
14
15
## 功能列表(括号内为实现此功能的版本号)
16
- [x] 登录(>=0.1.0)
@@ -27,7 +27,7 @@
27
- [x] 题面中的链接使用本地浏览器打开(>=0.5.0)
28
- [x] problemset 页面(>=1.0.0)
29
- [ ] 多语言
30
- - [ ] 查看错误的数据
+ - [x] 查看错误的数据
31
32
## 本地编译使用方法
33
**由于同源策略,如果使用 vue 编译后的文件将会无法正常运行**
src/components/About.vue
@@ -46,7 +46,7 @@ export default {
46
47
data() {
48
return {
49
- version: 'v1.1.0',
+ version: 'v1.2.0',
50
latestVersion: '',
51
updateLink: '',
52
}
0 commit comments