diff --git a/.Screenshots/HomePage.png b/.Screenshots/HomePage.png index d676681..7c87329 100644 Binary files a/.Screenshots/HomePage.png and b/.Screenshots/HomePage.png differ diff --git a/.Screenshots/InfoPage.png b/.Screenshots/InfoPage.png index 10af6c5..3ce4fe9 100644 Binary files a/.Screenshots/InfoPage.png and b/.Screenshots/InfoPage.png differ diff --git a/README.md b/README.md index 013e9af..518a3f7 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ 一款显示当前时间与考试详细信息的显示工具 -| 下载 | [Releases](https://github.com/ExamAware/dsz-exam-showboard/releases) | [Actions](https://github.com/ExamAware/dsz-exam-showboard/actions) | -| ---- | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | +| | 🚀**发行版** | **🚧当前构建** | +| --- | --- | --- | +| **下载** | [Releases](https://github.com/ExamAware/dsz-exam-showboard/releases) | [Actions](https://github.com/ExamAware/dsz-exam-showboard/actions) | @@ -43,9 +44,6 @@ ## 开始使用 - 下载安装程序并运行 - -默认安装路径 `AppData\Local\Programs\exam-showboard` - - 编写 `json` 配置文件 - 您可以前往 [ `ExamShowBoardEditor`](https://github.com/ExamAware/DSZExamShowBoardEditor/releases) 获取配置文件编辑器 - 您可以按照[手动编写 `json` 配置文件](https://github.com/ExamAware/dsz-exam-showboard/tree/master/doc/Manually-write-JSON-configuration-file.md)教程编写配置文件 @@ -57,7 +55,7 @@ > [!tip] > -> 可以在 `Raw 文件` 前加上镜像源,如 +> 可以在 `Raw 文件` 前加上镜像源链接,如 > > ```txt > https://github.moeyy.xyz/https://raw.githubusercontent.com/{owner}/{repo}/refs/heads/main/exam_config.json diff --git a/doc/Manually-write-JSON-configuration-file.md b/doc/Manually-write-JSON-configuration-file.md index febdfe4..3f38bf8 100644 --- a/doc/Manually-write-JSON-configuration-file.md +++ b/doc/Manually-write-JSON-configuration-file.md @@ -3,7 +3,7 @@ > [!warning] > -> 请确保 `exam_config.json` 文件编码为 `UTF-8`,换行符为 `LF`,按照`json`文件格式填写。不然可能会出一些神奇的 Bug。 +> 请确保 `exam_config.json` 文件编码为 `UTF-8`,换行符为 `LF`,按照`json`文件格式填写。**(不然可能会出一些神奇的 Bug)** > > 不确定?可以使用 [VSCode](https://code.visualstudio.com/) 打开、编辑文件,右下角显示编码格式和换行方式,点击即可更改。