From ef149de27ccc521837bc44fe62a176554af4cdaa Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Sat, 5 Apr 2025 22:33:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=9D=8F=E9=93=BE=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修复了脑抽导致的问题 修复了脑抽导致的问题 * update 更新了一大堆东西 * fix:cross-env 我要抽我自己两巴掌 * fix: 修复文档损坏链接 * fix: 修复文档损坏链接 。。。。。 * fix: 大小写敏感 --------- Co-authored-by: fhzit <152045732+fhzit@users.noreply.github.com> --- package.json | 2 +- src/.vuepress/sidebar/zh.ts | 4 ++-- src/app/config-edited.md | 2 +- src/app/{Desktop => desktop}/README.md | 0 src/app/{Web => web}/README.md | 2 +- src/app/{Web => web}/images/bt01.png | Bin src/app/{Web => web}/images/bt02.png | Bin src/app/{Web => web}/images/es-exam.png | Bin src/app/{Web => web}/images/es-notification.png | Bin src/app/{Web => web}/images/es-time.png | Bin src/app/{Web => web}/images/es.png | Bin src/app/{Web => web}/images/gh01.png | Bin src/app/{Web => web}/images/iis01.png | Bin src/app/{Web => web}/images/iis02.png | Bin src/app/{Web => web}/images/iis03.png | Bin src/app/{Web => web}/images/iis04.png | Bin src/app/{Web => web}/images/iis05.png | Bin src/app/{Web => web}/images/iis06.jpg | Bin src/app/{Web => web}/images/iis07.png | Bin src/app/{Web => web}/images/iis08.png | Bin src/app/{Web => web}/images/iis09.png | Bin src/app/{Web => web}/web-deploy.md | 0 src/management/examshowboard/static-config.md | 2 +- 23 files changed, 6 insertions(+), 6 deletions(-) rename src/app/{Desktop => desktop}/README.md (100%) rename src/app/{Web => web}/README.md (97%) rename src/app/{Web => web}/images/bt01.png (100%) rename src/app/{Web => web}/images/bt02.png (100%) rename src/app/{Web => web}/images/es-exam.png (100%) rename src/app/{Web => web}/images/es-notification.png (100%) rename src/app/{Web => web}/images/es-time.png (100%) rename src/app/{Web => web}/images/es.png (100%) rename src/app/{Web => web}/images/gh01.png (100%) rename src/app/{Web => web}/images/iis01.png (100%) rename src/app/{Web => web}/images/iis02.png (100%) rename src/app/{Web => web}/images/iis03.png (100%) rename src/app/{Web => web}/images/iis04.png (100%) rename src/app/{Web => web}/images/iis05.png (100%) rename src/app/{Web => web}/images/iis06.jpg (100%) rename src/app/{Web => web}/images/iis07.png (100%) rename src/app/{Web => web}/images/iis08.png (100%) rename src/app/{Web => web}/images/iis09.png (100%) rename src/app/{Web => web}/web-deploy.md (100%) diff --git a/package.json b/package.json index 5d6d279..1ffc663 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/.vuepress/sidebar/zh.ts b/src/.vuepress/sidebar/zh.ts index c3745c2..428d5d0 100644 --- a/src/.vuepress/sidebar/zh.ts +++ b/src/.vuepress/sidebar/zh.ts @@ -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", diff --git a/src/app/config-edited.md b/src/app/config-edited.md index 3dfb803..e4f478b 100644 --- a/src/app/config-edited.md +++ b/src/app/config-edited.md @@ -7,7 +7,7 @@ >在新版本(即 `ExamAware2` 和 `ExamCloud` )中,已经集成了编辑器,可以略过本部分帮助。 -您可以手动编写配置文件,也可以直接使用[配置文件编辑器(legacy)](/app/profile/faq.md#配置文件编辑器-legacy)编写配置文件。 +您可以手动编写配置文件,也可以直接使用[配置文件编辑器](/app/config-edited.md#配置文件编辑器)编写配置文件。 ## 手动编写配置文件 > [!warning] diff --git a/src/app/Desktop/README.md b/src/app/desktop/README.md similarity index 100% rename from src/app/Desktop/README.md rename to src/app/desktop/README.md diff --git a/src/app/Web/README.md b/src/app/web/README.md similarity index 97% rename from src/app/Web/README.md rename to src/app/web/README.md index f7842ea..224b448 100644 --- a/src/app/Web/README.md +++ b/src/app/web/README.md @@ -53,7 +53,7 @@ category: ![notification](../web/images/es-notification.png) ## 开始使用/如何部署? -请参阅[部署教程](../web/web-deploy.md)。 +请参阅[部署教程](web-deploy.md)。 > [!WARNING] > diff --git a/src/app/Web/images/bt01.png b/src/app/web/images/bt01.png similarity index 100% rename from src/app/Web/images/bt01.png rename to src/app/web/images/bt01.png diff --git a/src/app/Web/images/bt02.png b/src/app/web/images/bt02.png similarity index 100% rename from src/app/Web/images/bt02.png rename to src/app/web/images/bt02.png diff --git a/src/app/Web/images/es-exam.png b/src/app/web/images/es-exam.png similarity index 100% rename from src/app/Web/images/es-exam.png rename to src/app/web/images/es-exam.png diff --git a/src/app/Web/images/es-notification.png b/src/app/web/images/es-notification.png similarity index 100% rename from src/app/Web/images/es-notification.png rename to src/app/web/images/es-notification.png diff --git a/src/app/Web/images/es-time.png b/src/app/web/images/es-time.png similarity index 100% rename from src/app/Web/images/es-time.png rename to src/app/web/images/es-time.png diff --git a/src/app/Web/images/es.png b/src/app/web/images/es.png similarity index 100% rename from src/app/Web/images/es.png rename to src/app/web/images/es.png diff --git a/src/app/Web/images/gh01.png b/src/app/web/images/gh01.png similarity index 100% rename from src/app/Web/images/gh01.png rename to src/app/web/images/gh01.png diff --git a/src/app/Web/images/iis01.png b/src/app/web/images/iis01.png similarity index 100% rename from src/app/Web/images/iis01.png rename to src/app/web/images/iis01.png diff --git a/src/app/Web/images/iis02.png b/src/app/web/images/iis02.png similarity index 100% rename from src/app/Web/images/iis02.png rename to src/app/web/images/iis02.png diff --git a/src/app/Web/images/iis03.png b/src/app/web/images/iis03.png similarity index 100% rename from src/app/Web/images/iis03.png rename to src/app/web/images/iis03.png diff --git a/src/app/Web/images/iis04.png b/src/app/web/images/iis04.png similarity index 100% rename from src/app/Web/images/iis04.png rename to src/app/web/images/iis04.png diff --git a/src/app/Web/images/iis05.png b/src/app/web/images/iis05.png similarity index 100% rename from src/app/Web/images/iis05.png rename to src/app/web/images/iis05.png diff --git a/src/app/Web/images/iis06.jpg b/src/app/web/images/iis06.jpg similarity index 100% rename from src/app/Web/images/iis06.jpg rename to src/app/web/images/iis06.jpg diff --git a/src/app/Web/images/iis07.png b/src/app/web/images/iis07.png similarity index 100% rename from src/app/Web/images/iis07.png rename to src/app/web/images/iis07.png diff --git a/src/app/Web/images/iis08.png b/src/app/web/images/iis08.png similarity index 100% rename from src/app/Web/images/iis08.png rename to src/app/web/images/iis08.png diff --git a/src/app/Web/images/iis09.png b/src/app/web/images/iis09.png similarity index 100% rename from src/app/Web/images/iis09.png rename to src/app/web/images/iis09.png diff --git a/src/app/Web/web-deploy.md b/src/app/web/web-deploy.md similarity index 100% rename from src/app/Web/web-deploy.md rename to src/app/web/web-deploy.md diff --git a/src/management/examshowboard/static-config.md b/src/management/examshowboard/static-config.md index 4c3aa26..7d2fae3 100644 --- a/src/management/examshowboard/static-config.md +++ b/src/management/examshowboard/static-config.md @@ -8,7 +8,7 @@ 您可以手动编写集控配置文件,并将其托管到静态网站上。 -请参阅[配置文件编写教程](/app/profile/faq.md) +请参阅[配置文件编写教程](../../app/config-edited.md) - 新建 GitHub 公开存储仓库 - 上传您编写好的的 `exam_config.json` 文件