diff --git a/.all-contributorsrc b/.all-contributorsrc index 6e98fce..ac50d97 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -38,10 +38,10 @@ ] }, { - "login": "fhz08", - "name": "fhz08", + "login": "fhzit", + "name": "fhzit", "avatar_url": "https://avatars.githubusercontent.com/u/152045732?v=4", - "profile": "https://github.com/fhz08", + "profile": "https://github.com/fhzit", "contributions": [ "code", "bug" diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.yml b/.github/ISSUE_TEMPLATE/FeatureRequest.yml index 5c865b3..bef3ad2 100644 --- a/.github/ISSUE_TEMPLATE/FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.yml @@ -16,11 +16,11 @@ body: label: 检查清单 description: 在开始反馈这个问题之前,请先检查: options: - - label: 我已将本应用更新到最新测试版 ,并看过[最新提交](https://github.com/ClassIsland/ClassIsland/commits/dev/),确认我想要的功能还没有实现。 + - label: 我已将本应用更新到最新测试版 ,并看过[最新提交](https://github.com/ClassIsland/ClassIsland/commits/dev/),确认我想要的功能还没有实现。 required: true - label: 我已在 [Issues](https://github.com/ProjectCampus-CH/dsz-exam-showboard-next/issues?q=label%3A新功能) 确认我想要的功能未被提交过。 required: true - - label: 我认为我想要的功能是用户广泛需要的,插件不能替代的,且没有超出考试看板 Next 的开发目标,而非添加与课表及教学辅助无关的内容。(您可以学习[编写插件](https://docs.classisland.tech/zh-cn/latest/dev/plugins/create-project/)来实现特殊的需求)。 + - label: 我认为我想要的功能是用户广泛需要的,且没有超出考试看板 Next 的开发目标,而非添加与之无关的内容。 required: true - label: 我已知晓由于开发者时间精力有限,加上已经积压了大量的功能请求,我提交的功能请求可能需要比较久的时间才能实现。 required: true diff --git a/README.md b/README.md index 68231d5..c65067d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ 新建文件 `exam_config.json` ,模板如下 +> [!warning] +> +> 请确保 `exam_config.json` 文件编码为 `UTF-8`,换行符为 `LF`,按照`json`文件格式填写。不然可能会出一些神奇的 Bug。 +> +> 不确定?可以使用 [VSCode](https://code.visualstudio.com/) 打开、编辑文件,右下角显示编码格式和换行方式,点击即可更改。 + ```json { "examName": "考试名称", @@ -76,7 +82,7 @@ > [!tip] > -> `message` 与 `room` 为选填 +> `message` 与 `room` 内容必填(可填空格隐藏),`examInfos` 至少需要一条数据。 > > 如果有两个以"/"分隔的科目可以自动转化为双行显示 @@ -167,7 +173,7 @@ $ yarn build:linux