From e98f533e7866c49939f944d62314c969353a6a27 Mon Sep 17 00:00:00 2001 From: hh0592821 Date: Fri, 21 Feb 2025 15:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=80=E6=94=BE=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E4=BB=8B=E7=BB=8D=E5=8F=8A=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.ts | 9 ++++++--- src/pages/index.md | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) 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),欢迎用户提出反馈建议。