File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ def add_exam_info():
148
148
end_time_label .pack (pady = 5 )
149
149
end_time_entry = tk .Entry (dialog )
150
150
end_time_entry .pack (pady = 5 )
151
-
152
151
153
152
# 确认按钮
154
153
def confirm ():
@@ -281,7 +280,7 @@ def move_down():
281
280
listbox .select_set (index + 1 )
282
281
app = tk .Tk ()
283
282
app .title ("考试看板配置生成" )
284
- app .geometry ("400x350 " )
283
+ app .geometry ("400x380 " )
285
284
286
285
# 计算并设置主窗口的位置使其居中显示
287
286
app .update_idletasks ()
Original file line number Diff line number Diff line change 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 )
2
4
3
5
[ ![ 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 )
4
6
5
7
![ MainPage] ( /.Screenshots/main.png ) <br >
6
8
![ AddInfoPage] ( /.Screenshots/addinfo.png ) <br >
7
9
![ SavePage] ( /.Screenshots/save.png )
8
10
9
- 一款为[ 考试看板] ( https://github.com/ProjectCampus-CH/ exam-showboard-next ) 软件配套的配置文件编写生成软件
11
+ 一款为[ 考试看板] ( https://github.com/ExamAware/dsz- exam-showboard ) 软件配套的配置文件编写生成软件
10
12
11
13
12
- | 下载 | [ Releases] ( https://github.com/ProjectCampus-CH /DSZExamShowBoardEditor/releases ) |
14
+ | 下载 | [ Releases] ( https://github.com/ExamAware /DSZExamShowBoardEditor/releases/latest ) |
13
15
| ---- | -------------------------------------------------------------------------------- |
14
16
15
17
## 功能
36
38
37
39
## 遇到问题
38
40
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 ) 中讨论。
40
42
41
43
👥 您也可以加入 [ ` QQ群|901670561 ` ] ( https://qm.qq.com/q/zDiEipHsaI ) 获取帮助或交流讨论。
42
44
43
- 🛠️ 欢迎为本软件进行改进或编写新功能提交 [ ` Pull Request ` ] ( https://github.com/ProjectCampus-CH /DSZExamShowBoardEditor/pulls )
45
+ 🛠️ 欢迎为本软件进行改进或编写新功能提交 [ ` Pull Request ` ] ( https://github.com/ExamAware /DSZExamShowBoardEditor/pulls )
You can’t perform that action at this time.
0 commit comments