fix 坏链 (#8)

* fix: 修复了脑抽导致的问题

修复了脑抽导致的问题

* update

更新了一大堆东西

* fix:cross-env

我要抽我自己两巴掌

* fix: 修复文档损坏链接

* fix: 修复文档损坏链接

。。。。。

* fix: 大小写敏感

---------

Co-authored-by: fhzit <152045732+fhzit@users.noreply.github.com>
This commit is contained in:
MKStoler1024 2025-04-05 22:33:54 +08:00 committed by GitHub
parent c8daa4bf18
commit ef149de27c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
23 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

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

View File

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

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

Before

Width:  |  Height:  |  Size: 927 KiB

After

Width:  |  Height:  |  Size: 927 KiB

View File

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 169 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

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