From 168904232fb94b0ba884e379a91a6cf9a94cc147 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 May 2024 07:30:55 +0800 Subject: [PATCH] add color to pause/resume lable --- settings.py | 1 + www/settings.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/settings.py b/settings.py index c585872..502fab5 100644 --- a/settings.py +++ b/settings.py @@ -323,6 +323,7 @@ def change_maxbot_status_by_keyword(): if is_matched: #print("match to idle:", current_time) maxbot_idle() + #print("resume_keyword", config_dict["advanced"]["resume_keyword"]) if len(config_dict["advanced"]["resume_keyword"]) > 0: is_matched = util.is_text_match_keyword(config_dict["advanced"]["resume_keyword"], current_time) if is_matched: diff --git a/www/settings.html b/www/settings.html index 53ce6e0..77959e0 100644 --- a/www/settings.html +++ b/www/settings.html @@ -555,28 +555,28 @@
- +
- +
- +
- +