Skip to content

Commit 3105cf6

Browse files
authored
Merge pull request #3 from fhzit/main
update README.md and GUI.py
2 parents 5ba857c + c994672 commit 3105cf6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

GUI.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def add_exam_info():
148148
end_time_label.pack(pady=5)
149149
end_time_entry = tk.Entry(dialog)
150150
end_time_entry.pack(pady=5)
151-
152151

153152
# 确认按钮
154153
def confirm():
@@ -281,7 +280,7 @@ def move_down():
281280
listbox.select_set(index + 1)
282281
app = tk.Tk()
283282
app.title("考试看板配置生成")
284-
app.geometry("400x350")
283+
app.geometry("400x380")
285284

286285
# 计算并设置主窗口的位置使其居中显示
287286
app.update_idletasks()

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# ExamShowBoard编辑器
1+
# ExamShowBoard编辑器(legacy)
2+
> [!warning]
3+
> [**配置文件编辑器(legacy)不再维护** 如果您汇报使用此编辑器遇到的相关问题, **开发者可能不会受理。**](https://docs.examaware.us.kg/app/profile/faq.html#%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E7%BC%96%E8%BE%91%E5%99%A8-legacy)
24
35
[![QQ群](https://img.shields.io/badge/-QQ%E7%BE%A4%EF%BD%9C901670561-blue?style=flat&logo=TencentQQ&logoColor=white)](https://qm.qq.com/q/zDiEipHsaI)
46

57
![MainPage](/.Screenshots/main.png) <br>
68
![AddInfoPage](/.Screenshots/addinfo.png) <br>
79
![SavePage](/.Screenshots/save.png)
810

9-
一款为[考试看板](https://github.com/ProjectCampus-CH/exam-showboard-next)软件配套的配置文件编写生成软件
11+
一款为[考试看板](https://github.com/ExamAware/dsz-exam-showboard)软件配套的配置文件编写生成软件
1012

1113

12-
| 下载 | [Releases](https://github.com/ProjectCampus-CH/DSZExamShowBoardEditor/releases) |
14+
| 下载 | [Releases](https://github.com/ExamAware/DSZExamShowBoardEditor/releases/latest) |
1315
| ---- | -------------------------------------------------------------------------------- |
1416

1517
## 功能
@@ -36,8 +38,8 @@
3638
3739
## 遇到问题
3840

39-
💡 如果您遇到 `Bug` ,或需要提出`优化`建议或新的`功能`,请提交 [`Issues`](https://github.com/ProjectCampus-CH/DSZExamShowBoardEditor/issues) 或在 [`Discussions`](https://github.com/ProjectCampus-CH/DSZExamShowBoardEditor/discussions) 中讨论。
41+
💡 如果您遇到 `Bug` ,或需要提出`优化`建议或新的`功能`,请提交 [`Issues`](https://github.com/ExamAware/DSZExamShowBoardEditor/issues) 或在 [`Discussions`](https://github.com/ExamAware/DSZExamShowBoardEditor/discussions) 中讨论。
4042

4143
👥 您也可以加入 [`QQ群|901670561`](https://qm.qq.com/q/zDiEipHsaI)获取帮助或交流讨论。
4244

43-
🛠️ 欢迎为本软件进行改进或编写新功能提交 [`Pull Request`](https://github.com/ProjectCampus-CH/DSZExamShowBoardEditor/pulls)
45+
🛠️ 欢迎为本软件进行改进或编写新功能提交 [`Pull Request`](https://github.com/ExamAware/DSZExamShowBoardEditor/pulls)

0 commit comments

Comments
 (0)