chore: rebrand display name for T-537

This commit is contained in:
chengma
2026-07-07 09:52:51 +08:00
parent 454c74336b
commit fd42814ac0
18 changed files with 36 additions and 22 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class MainWindow(QMainWindow):
or self.config.get("ai_models_path")
or appconfig.AI_MODELS_PATH
)
self.setWindowTitle("cmshopee")
self.setWindowTitle("蝦皮圈優化助手")
self.resize(1180, 760)
self.setStyleSheet(BUTTON_BASE_STYLE)
self._settings_tab_index = TAB_TITLES.index("⑤ 设置")