File tree 3 files changed +20
-3
lines changed
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ export default {
119
119
label : '洛谷有题' ,
120
120
href : 'https://ti.luogu.com.cn' ,
121
121
} , {
122
- label : '更新日志 ' ,
123
- to : '/release-note ' ,
122
+ label : '洛谷开放平台 ' ,
123
+ href : 'https://docs.lgapi.cn/open ' ,
124
124
} ]
125
125
} , {
126
126
title : '用户协议' ,
@@ -136,7 +136,10 @@ export default {
136
136
} ]
137
137
} , {
138
138
title : '更多' ,
139
- items : [ {
139
+ items : [ {
140
+ label : '主站更新日志' ,
141
+ to : '/release-note' ,
142
+ } , {
140
143
label : '关于我们' ,
141
144
to : '/about-us' ,
142
145
} , {
Original file line number Diff line number Diff line change @@ -19,4 +19,6 @@ hide_table_of_contents: true
19
19
如果本文档无法解决您遇到的问题请[ 联系我们] ( /contact-us ) ,
20
20
如果想了解上海洛谷网络科技有限公司,您可以阅读[ 关于洛谷] ( /about-us ) 。
21
21
22
+ 如果你想通过 API 接口向洛谷平台批量提交评测请求,请前往[ 洛谷开放平台] ( https://docs.lgapi.cn/open/ ) 。
23
+
22
24
本帮助中心基于 [ Docusaurus] ( https://docusaurus.io/ ) ,项目托管于 [ GitHub] ( https://github.com/luogu-dev/docs ) ,欢迎用户提出反馈建议。
Original file line number Diff line number Diff line change 2
2
3
3
## 2025 年
4
4
5
+ ## 3 月
6
+
7
+ ### 个人设置
8
+
9
+ - 新版前端:新版个人设置页面。
10
+ - 奖项认证:更新了认证流程,拆分支付宝实人认证至安全设置页面,且不再要求使用本人支付宝。奖项认证时自动匹配所有可能奖项供用户选择,不再要求单次只能选择一所学校,大大提高自动认证成功率。
11
+ - 偏好设置:增加了** 代码字体** 选项,可以自行设置喜欢的代码字体,并在所有终端同步。如果希望使用浏览器默认字体,请搜索“如何给 XX 浏览器设置默认字体”,并修改浏览器的设置。
12
+
13
+ ### 题解提交限制
14
+
15
+ 增加题解提交门槛,原则上必须有该题的通过记录才允许提交该题的题解(RemoteJudge 题除外)。
16
+
5
17
## 2 月
6
18
7
19
### 题目详情页
You can’t perform that action at this time.
0 commit comments