mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamAware-docs
synced 2025-04-29 03:16:39 +00:00
docs: 修复若干小问题
This commit is contained in:
parent
5db6105486
commit
1b66e8b770
10
README.md
10
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/) 编辑文档。
|
||||
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -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,
|
||||
|
@ -23,6 +23,7 @@ actions:
|
||||
type: primary
|
||||
|
||||
- text: 社区规范
|
||||
icon: users
|
||||
link: ./community/
|
||||
|
||||
---
|
||||
|
@ -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) | | | |
|
||||
|
@ -22,16 +22,17 @@ category:
|
||||
- 确保已安装[宝塔面板](https://www.bt.cn/new/download.html)
|
||||
- 将域名解析A记录解析到您的服务器IP地址。
|
||||
- 在宝塔面板中,点击 `网站` -> `HTML项目`-> `添加站点`。
|
||||

|
||||

|
||||
- 在 `域名` 中输入您的域名。
|
||||

|
||||
- 在 `网站根目录` 中上传最新版的项目代码。
|
||||
- 点击 `确定` 即可完成部署。
|
||||
|
||||
> [!tip]
|
||||
>
|
||||
>如果您没有域名,可以前往[购买域名](https://www.dynadot.com/?s59Ms8lK8u7gQ)。
|
||||
>或者您也可以直接使用IP+端口直连访问。
|
||||
>
|
||||
>或者您也可以直接使用IP+端口直连访问。
|
||||
|
||||
## 使用GitHub Page部署
|
||||
|
||||
@ -78,9 +79,9 @@ category:
|
||||

|
||||
6.最后,在浏览器中输入您的网卡地址(教程中的地址为`192.168.1.16`),看到如下图片即部署成功
|
||||

|
||||
|
||||
> [!tip]
|
||||
> 如果您希望在公网访问,需要在域名提供商处添加A记录,将域名解析到您的服务器IP地址,并填写正确的主机名。
|
||||
>
|
||||
|
||||
# 终极部署方案
|
||||
都不会部署?或者……尝试终极解决方案:
|
||||
|
@ -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) 。
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user