Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export default {
label: '洛谷有题',
href: 'https://ti.luogu.com.cn',
}, {
label: '更新日志',
to: '/release-note',
label: '洛谷开放平台',
href: 'https://docs.lgapi.cn/open',
}]
}, {
title: '用户协议',
Expand All @@ -136,7 +136,10 @@ export default {
}]
}, {
title: '更多',
items: [{
items: [ {
label: '主站更新日志',
to: '/release-note',
}, {
label: '关于我们',
to: '/about-us',
}, {
Expand Down
2 changes: 2 additions & 0 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ hide_table_of_contents: true
如果本文档无法解决您遇到的问题请[联系我们](/contact-us)
如果想了解上海洛谷网络科技有限公司,您可以阅读[关于洛谷](/about-us)

如果你想通过 API 接口向洛谷平台批量提交评测请求,请前往[洛谷开放平台](https://docs.lgapi.cn/open/)

本帮助中心基于 [Docusaurus](https://docusaurus.io/),项目托管于 [GitHub](https://github.com/luogu-dev/docs),欢迎用户提出反馈建议。