Skip to content

Commit 3333ec0

Browse files
committed
feat(ui): 更新任務狀態界面UI样式和图片
Signed-off-by: LiggMax <wenzhouli06@gmail.com>
1 parent bf68a6e commit 3333ec0

2 files changed

Lines changed: 209 additions & 135 deletions

File tree

FBver/FB_lists.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,11 @@ def saveOrder(self):
939939
import re
940940
if not re.match(r'^([01]?[0-9]|2[0-3]):[0-5][0-9]$', scheduled_time):
941941
QMessageBox.warning(self, "輸入錯誤", "時間格式不正確,請使用 HH:MM 格式(如 09:00)")
942+
#設置字體顏色為黑色
943+
QMessageBox.setStyleSheet("""
944+
color: #2b2d30
945+
""")
946+
942947
return
943948

944949
# 收集所有任务的配置

0 commit comments

Comments
 (0)