Merge pull request #7 from fhzit/main

test
This commit is contained in:
MKStoler1024 2025-04-05 22:07:19 +08:00 committed by GitHub
commit 029eeda491
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-only",
"type": "module",
"scripts": {
"docs:build": "cross-env NODE_ENV=production vuepress-vite build src",
"docs:build": "vuepress-vite build src",
"docs:clean-dev": "vuepress-vite dev src --clean-cache",
"docs:dev": "vuepress-vite dev src",
"docs:update-package": "pnpm dlx vp-update",

View File

@ -19,7 +19,7 @@ export const zhSidebar = sidebar({
text: "桌面端",
collapsible: true,
expanded: true,
prefix: "Desktop/",
prefix: "desktop/",
children: [
"README.md",
],
@ -29,7 +29,7 @@ export const zhSidebar = sidebar({
text: "网页端",
collapsible: true,
expanded: true,
prefix: "Web/",
prefix: "web/",
children: [
"README.md",
"web-deploy.md",

View File

@ -53,7 +53,7 @@ category:
![notification](../web/images/es-notification.png)
## 开始使用/如何部署?
请参阅[部署教程](../web/web-deploy.md)。
请参阅[部署教程](web-deploy.md)。
> [!WARNING]
>

View File

@ -7,7 +7,7 @@
>在新版本(即 `ExamAware2``ExamCloud` )中,已经集成了编辑器,可以略过本部分帮助。
您可以手动编写配置文件,也可以直接使用[配置文件编辑器(legacy)](/app/profile/faq.md#配置文件编辑器-legacy)编写配置文件。
您可以手动编写配置文件,也可以直接使用[配置文件编辑器](/app/config-edited.md#配置文件编辑器)编写配置文件。
## 手动编写配置文件
> [!warning]

View File

@ -8,7 +8,7 @@
您可以手动编写集控配置文件,并将其托管到静态网站上。
请参阅[配置文件编写教程](/app/profile/faq.md)
请参阅[配置文件编写教程](../../app/config-edited.md)
- 新建 GitHub 公开存储仓库
- 上传您编写好的的 `exam_config.json` 文件