feat(ui): 6星公招通知添加独立设置项

This commit is contained in:
DLmaster
2025-03-05 16:00:48 +08:00
parent 1feb0cf83f
commit ce264de963
6 changed files with 48 additions and 31 deletions

View File

@@ -96,10 +96,7 @@ class HistoryCard(ExpandGroupSettingCard):
def __init__(self, date: str, user_list: List[Path], parent=None):
super().__init__(
FluentIcon.HISTORY,
date,
f"{date}的历史运行记录与统计信息",
parent,
FluentIcon.HISTORY, date, f"{date}的历史运行记录与统计信息", parent
)
widget = QWidget()