feat(gui): add task deletion menus

This commit is contained in:
chengma
2026-07-20 11:12:01 +08:00
parent 6abe4decff
commit 9f43e5547a
7 changed files with 358 additions and 6 deletions
+2
View File
@@ -143,6 +143,7 @@ class MainWindow(QMainWindow):
title_prompt_path=appconfig.title_prompt_path(self.config),
cover_prompts_dir=appconfig.cover_prompts_dir(self.config),
open_accounts_callback=lambda: self.open_accounts_tab(),
refresh_workflow_callback=lambda: self.refresh_task_tabs(),
)
if title == "③ 更新蝦皮":
return ApplyTab(
@@ -151,6 +152,7 @@ class MainWindow(QMainWindow):
status_callback=self.show_status,
open_accounts_callback=lambda: self.open_accounts_tab(),
open_settings_callback=lambda: self.open_settings_tab(),
refresh_workflow_callback=lambda: self.refresh_task_tabs(),
)
if title == "账号管理":
return AccountsTab(