删除提问功能、替换答辩模板

This commit is contained in:
2025-08-22 20:07:17 +08:00
parent da723409ca
commit 39fcaf35ca
8 changed files with 27 additions and 18 deletions

View File

@@ -36,7 +36,7 @@ class PickStudentMode(QWidget):
self.vbox.setContentsMargins(0, 0, 0, 0)
self.btnHBox = QHBoxLayout(self)
self.openTemplateBtn = HyperlinkButton("", "下载模板")
self.openTemplateBtn = HyperlinkButton("", "模板下载")
self.chooseBtn = PushButton("打开")
self.startButton = PrimaryPushButton(FluentIcon.PLAY_SOLID, "开始")
self.bottomLayout = QHBoxLayout()