diff --git a/README.md b/README.md index a36e16f..e71af39 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ ## 常用命令 | 命令 | 作用 | |-|-| -| `npm run docs:build` | 构建项目,生成静态文件 | -| `npm run docs:clean-dev` | 启动开发服务器并清除缓存 | -| `npm run docs:dev` | 启动开发服务器,支持热更新 | -| `npm run docs:update-package` | 更新 VuePress 和相关依赖包 | -| `npm run export-pdf` | 将文档导出为 PDF 文件 | +| `pnpm run docs:build` | 构建项目,生成静态文件 | +| `pnpm run docs:clean-dev` | 启动开发服务器并清除缓存 | +| `pnpm run docs:dev` | 启动开发服务器,支持热更新 | +| `pnpm run docs:update-package` | 更新 VuePress 和相关依赖包 | +| `pnpm run export-pdf` | 将文档导出为 PDF 文件 | 本文档使用了 vuepress-plugin-md-enhance 的一些扩展语法,请尽量直接编辑 Markdown 文件,而不是使用可视化 Markdown 编辑器。建议使用 [Visual Studio Code](https://code.visualstudio.com/) 编辑文档。 diff --git a/src/.vuepress/sidebar/zh.ts b/src/.vuepress/sidebar/zh.ts index 060bdc4..ab5a38a 100644 --- a/src/.vuepress/sidebar/zh.ts +++ b/src/.vuepress/sidebar/zh.ts @@ -72,6 +72,11 @@ export const zhSidebar = sidebar({ link: "client-identify.md", icon: "fa-solid fa-id-card", }, + { + text: "考试云看板", + link: "ExamCloudSechdule.md", + icon: "fa-solid fa-server", + }, ], }, ], diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index f6320d5..975a7f9 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -54,14 +54,7 @@ export default hopeTheme({ metaLocales: { editLink: "在 GitHub 上编辑此页", }, - - navbarIcon: { - qq: { - icon: "fab fa-qq", - link: "https://qm.qq.com/q/zDiEipHsaI", - }, - }, - + // 如果想要实时查看任何改变,启用它。注:这对更新性能有很大负面影响 // hotReload: true, pure: true, diff --git a/src/index.md b/src/index.md index 82b6176..401b2e1 100644 --- a/src/index.md +++ b/src/index.md @@ -23,6 +23,7 @@ actions: type: primary - text: 社区规范 + icon: users link: ./community/ --- diff --git a/src/introduction/choose.md b/src/introduction/choose.md index 851004a..9963fde 100644 --- a/src/introduction/choose.md +++ b/src/introduction/choose.md @@ -29,7 +29,7 @@ category: | 名称 | 简述 | 🚀 发行版 | 🚧 当前构建 | | - | - | - | - | | [dsz-exam-showboard](https://github.com/ExamAware/dsz-exam-showboard) | 旧桌面端应用 | [Releases](https://github.com/ExamAware/dsz-exam-showboard/releases) | [Actions](https://github.com/ExamAware/dsz-exam-showboard/actions) | -| [ExamAware2-Desktop](https://github.com/ExamAware/ExamAware2-Desktop) | 全新重构的桌面端应用***(开发中)*** | *暂无* | *暂无* | +| [ExamAware2-Desktop](https://github.com/ExamAware/ExamAware2-Desktop) | 全新重构的桌面端应用 ***(开发中)*** | *暂无* | *暂无* | | [ExamSchedule](https://github.com/ExamAware/ExamSchedule) | 静态版本的网页端应用 | [ExamSchedule-main](https://github.com/ExamAware/ExamSchedule) | [ExamSchedule-dev](https://github.com/ExamAware/ExamSchedule/tree/dev) | | [ExamCloudSchedule](https://github.com/ExamAware/ExamCloudSchedule) | 考试云看板 | [Releases](https://github.com/ExamAware/ExamCloudSchedule/releases) | | | [ExamAware2](https://github.com/ExamAware/ExamAware2) | | | | diff --git a/src/web/deploy.md b/src/web/deploy.md index b45c33f..5f7f9f2 100644 --- a/src/web/deploy.md +++ b/src/web/deploy.md @@ -22,16 +22,17 @@ category: - 确保已安装[宝塔面板](https://www.bt.cn/new/download.html) - 将域名解析A记录解析到您的服务器IP地址。 - 在宝塔面板中,点击 `网站` -> `HTML项目`-> `添加站点`。 - ![bt-1](../images/bt01.png) + ![bt-1](../web/images/bt01.png) - 在 `域名` 中输入您的域名。 ![bt2](../web/images/bt02.png) - 在 `网站根目录` 中上传最新版的项目代码。 - 点击 `确定` 即可完成部署。 + > [!tip] > >如果您没有域名,可以前往[购买域名](https://www.dynadot.com/?s59Ms8lK8u7gQ)。 ->或者您也可以直接使用IP+端口直连访问。 > +>或者您也可以直接使用IP+端口直连访问。 ## 使用GitHub Page部署 @@ -78,9 +79,9 @@ category: ![iis-9](../web/images/iis09.png) 6.最后,在浏览器中输入您的网卡地址(教程中的地址为`192.168.1.16`),看到如下图片即部署成功 ![iis-10](../web/images/es.png) + > [!tip] > 如果您希望在公网访问,需要在域名提供商处添加A记录,将域名解析到您的服务器IP地址,并填写正确的主机名。 -> # 终极部署方案 都不会部署?或者……尝试终极解决方案: diff --git a/src/web/index.md b/src/web/index.md index 510ce1e..6f5c2d8 100644 --- a/src/web/index.md +++ b/src/web/index.md @@ -6,7 +6,7 @@ category: - 使用指南 --- -由于 ExamAware 桌面端受限制于框架问题,无法在除[指定系统平台](../introduction/choose.md#检查系统版本)外的老旧平台系统上运行。因此,为了更好地满足用户需求,我们推出了网页端考试看板 [ExamSchedule])https://github.com/ExamAware/ExamSchedule) 。 +由于 ExamAware 桌面端受限制于框架问题,无法在除[指定系统平台](../introduction/choose.md#检查系统版本)外的老旧平台系统上运行。因此,为了更好地满足用户需求,我们推出了网页端考试看板 [ExamSchedule](https://github.com/ExamAware/ExamSchedule) 。 ![ExamSchedule](../web/images/es.png)