纸质答辩默认模式设为Word

This commit is contained in:
2025-08-22 20:41:20 +08:00
parent de0655adbc
commit 85697f35c6

View File

@@ -136,7 +136,7 @@ class ExportSettingsCard(GroupHeaderCardWidget):
self.radioGroup.addButton(self.wordRadio)
self.radioHbox.addWidget(self.pdfRadio)
self.radioHbox.addWidget(self.wordRadio)
self.pdfRadio.setChecked(True)
self.wordRadio.setChecked(True)
self.hintIcon = IconWidget(FluentIcon.INFO.icon(color=MAIN_THEME_COLOR))
self.hintLabel = BodyLabel("点击开始按钮以开始生成 👉")
self.chooseExportDirectoryButton.setFixedWidth(120)