diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f1f4588..106ccab 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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: '用户协议', @@ -136,7 +136,10 @@ export default { }] }, { title: '更多', - items: [{ + items: [ { + label: '主站更新日志', + to: '/release-note', + }, { label: '关于我们', to: '/about-us', }, { diff --git a/src/pages/index.md b/src/pages/index.md index bc5bb8d..f5fd3b9 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -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),欢迎用户提出反馈建议。