Skip to content

Commit e98f533

Browse files
committed
添加开放平台介绍及链接
1 parent 88fddef commit e98f533

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 3 deletions
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

Lines changed: 2 additions & 0 deletions
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),欢迎用户提出反馈建议。

0 commit comments

Comments
 (0)