Skip to content

Commit 445fe73

Browse files
authored
Merge branch 'master' into new-rule
2 parents 355e8f6 + 25206cf commit 445fe73

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

docusaurus.config.ts

+6-3
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ export default {
119119
label: '洛谷有题',
120120
href: 'https://ti.luogu.com.cn',
121121
}, {
122-
label: '更新日志',
123-
to: '/release-note',
122+
label: '洛谷开放平台',
123+
href: 'https://docs.lgapi.cn/open',
124124
}]
125125
}, {
126126
title: '用户协议',
@@ -136,7 +136,10 @@ export default {
136136
}]
137137
}, {
138138
title: '更多',
139-
items: [{
139+
items: [ {
140+
label: '主站更新日志',
141+
to: '/release-note',
142+
}, {
140143
label: '关于我们',
141144
to: '/about-us',
142145
}, {

src/pages/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ hide_table_of_contents: true
1919
如果本文档无法解决您遇到的问题请[联系我们](/contact-us)
2020
如果想了解上海洛谷网络科技有限公司,您可以阅读[关于洛谷](/about-us)
2121

22+
如果你想通过 API 接口向洛谷平台批量提交评测请求,请前往[洛谷开放平台](https://docs.lgapi.cn/open/)
23+
2224
本帮助中心基于 [Docusaurus](https://docusaurus.io/),项目托管于 [GitHub](https://github.com/luogu-dev/docs),欢迎用户提出反馈建议。

src/pages/release-note.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## 2025 年
44

5+
## 3 月
6+
7+
### 个人设置
8+
9+
- 新版前端:新版个人设置页面。
10+
- 奖项认证:更新了认证流程,拆分支付宝实人认证至安全设置页面,且不再要求使用本人支付宝。奖项认证时自动匹配所有可能奖项供用户选择,不再要求单次只能选择一所学校,大大提高自动认证成功率。
11+
- 偏好设置:增加了**代码字体**选项,可以自行设置喜欢的代码字体,并在所有终端同步。如果希望使用浏览器默认字体,请搜索“如何给 XX 浏览器设置默认字体”,并修改浏览器的设置。
12+
13+
### 题解提交限制
14+
15+
增加题解提交门槛,原则上必须有该题的通过记录才允许提交该题的题解(RemoteJudge 题除外)。
16+
517
## 2 月
618

719
### 题目详情页

0 commit comments

Comments
 (0)