mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamAware-docs
synced 2025-04-29 13:46:41 +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` | 构建项目,生成静态文件 |
|
| `pnpm run docs:build` | 构建项目,生成静态文件 |
|
||||||
| `npm run docs:clean-dev` | 启动开发服务器并清除缓存 |
|
| `pnpm run docs:clean-dev` | 启动开发服务器并清除缓存 |
|
||||||
| `npm run docs:dev` | 启动开发服务器,支持热更新 |
|
| `pnpm run docs:dev` | 启动开发服务器,支持热更新 |
|
||||||
| `npm run docs:update-package` | 更新 VuePress 和相关依赖包 |
|
| `pnpm run docs:update-package` | 更新 VuePress 和相关依赖包 |
|
||||||
| `npm run export-pdf` | 将文档导出为 PDF 文件 |
|
| `pnpm run export-pdf` | 将文档导出为 PDF 文件 |
|
||||||
|
|
||||||
本文档使用了 vuepress-plugin-md-enhance
|
本文档使用了 vuepress-plugin-md-enhance
|
||||||
的一些扩展语法,请尽量直接编辑 Markdown 文件,而不是使用可视化 Markdown 编辑器。建议使用 [Visual Studio Code](https://code.visualstudio.com/) 编辑文档。
|
的一些扩展语法,请尽量直接编辑 Markdown 文件,而不是使用可视化 Markdown 编辑器。建议使用 [Visual Studio Code](https://code.visualstudio.com/) 编辑文档。
|
||||||
|
@ -72,6 +72,11 @@ export const zhSidebar = sidebar({
|
|||||||
link: "client-identify.md",
|
link: "client-identify.md",
|
||||||
icon: "fa-solid fa-id-card",
|
icon: "fa-solid fa-id-card",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: "考试云看板",
|
||||||
|
link: "ExamCloudSechdule.md",
|
||||||
|
icon: "fa-solid fa-server",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -55,13 +55,6 @@ export default hopeTheme({
|
|||||||
editLink: "在 GitHub 上编辑此页",
|
editLink: "在 GitHub 上编辑此页",
|
||||||
},
|
},
|
||||||
|
|
||||||
navbarIcon: {
|
|
||||||
qq: {
|
|
||||||
icon: "fab fa-qq",
|
|
||||||
link: "https://qm.qq.com/q/zDiEipHsaI",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
// 如果想要实时查看任何改变,启用它。注:这对更新性能有很大负面影响
|
// 如果想要实时查看任何改变,启用它。注:这对更新性能有很大负面影响
|
||||||
// hotReload: true,
|
// hotReload: true,
|
||||||
pure: true,
|
pure: true,
|
||||||
|
@ -23,6 +23,7 @@ actions:
|
|||||||
type: primary
|
type: primary
|
||||||
|
|
||||||
- text: 社区规范
|
- text: 社区规范
|
||||||
|
icon: users
|
||||||
link: ./community/
|
link: ./community/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -22,16 +22,17 @@ category:
|
|||||||
- 确保已安装[宝塔面板](https://www.bt.cn/new/download.html)
|
- 确保已安装[宝塔面板](https://www.bt.cn/new/download.html)
|
||||||
- 将域名解析A记录解析到您的服务器IP地址。
|
- 将域名解析A记录解析到您的服务器IP地址。
|
||||||
- 在宝塔面板中,点击 `网站` -> `HTML项目`-> `添加站点`。
|
- 在宝塔面板中,点击 `网站` -> `HTML项目`-> `添加站点`。
|
||||||

|

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

|

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

|

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

|

|
||||||
|
|
||||||
> [!tip]
|
> [!tip]
|
||||||
> 如果您希望在公网访问,需要在域名提供商处添加A记录,将域名解析到您的服务器IP地址,并填写正确的主机名。
|
> 如果您希望在公网访问,需要在域名提供商处添加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