From dc6f800e10ba73454a079fd8270ea79ed121a690 Mon Sep 17 00:00:00 2001 From: MkStoler <141287735+MkStoler@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:35:30 +0800 Subject: [PATCH] docs: readme (#2) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2aade6e..0839e42 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ExamShowboard的轻量级实现 ### 本地启动 -1. 填写或者用工具生成 `exam_config.json` 文件,示例如下: +1. 填写或者用[ExamShowBoard编辑器](https://github.com/examaware/DSZExamShowBoardEditor)生成 `exam_config.json` 文件,示例如下: ```json { @@ -27,6 +27,10 @@ ExamShowboard的轻量级实现 } ``` +> [!TIP] +> +> 配置文件只要有上面内容就行了,有其他的内容(比如 `room` )也不会有影响。 + 2. 确保安装Python。然后执行以下命令启动本地服务器: ```bash @@ -74,4 +78,4 @@ ExamShowboard的轻量级实现 ## 贡献 -欢迎提交Issue和Pull Request来贡献代码。 \ No newline at end of file +欢迎提交Issue和Pull Request来贡献代码。