fix 坏链 (#8)
* fix: 修复了脑抽导致的问题 修复了脑抽导致的问题 * update 更新了一大堆东西 * fix:cross-env 我要抽我自己两巴掌 * fix: 修复文档损坏链接 * fix: 修复文档损坏链接 。。。。。 * fix: 大小写敏感 --------- Co-authored-by: fhzit <152045732+fhzit@users.noreply.github.com>
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -7,7 +7,7 @@
|
||||
>在新版本(即 `ExamAware2` 和 `ExamCloud` )中,已经集成了编辑器,可以略过本部分帮助。
|
||||
|
||||
|
||||
您可以手动编写配置文件,也可以直接使用[配置文件编辑器(legacy)](/app/profile/faq.md#配置文件编辑器-legacy)编写配置文件。
|
||||
您可以手动编写配置文件,也可以直接使用[配置文件编辑器](/app/config-edited.md#配置文件编辑器)编写配置文件。
|
||||
|
||||
## 手动编写配置文件
|
||||
> [!warning]
|
||||
|
@ -53,7 +53,7 @@ category:
|
||||

|
||||
|
||||
## 开始使用/如何部署?
|
||||
请参阅[部署教程](../web/web-deploy.md)。
|
||||
请参阅[部署教程](web-deploy.md)。
|
||||
|
||||
> [!WARNING]
|
||||
>
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 927 KiB After Width: | Height: | Size: 927 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 169 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 111 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
@ -8,7 +8,7 @@
|
||||
|
||||
您可以手动编写集控配置文件,并将其托管到静态网站上。
|
||||
|
||||
请参阅[配置文件编写教程](/app/profile/faq.md)
|
||||
请参阅[配置文件编写教程](../../app/config-edited.md)
|
||||
|
||||
- 新建 GitHub 公开存储仓库
|
||||
- 上传您编写好的的 `exam_config.json` 文件
|
||||
|