修改通知时间为晚上10点,添加cookie保存功能,按用户和域名区分保存

This commit is contained in:
2026-03-04 22:45:31 +08:00
parent 918ac92230
commit 7a896f56ba
8 changed files with 564 additions and 412 deletions
+12 -4
View File
@@ -9,7 +9,8 @@
},
"notification": {
"iyuu_token": "IYUU37629Tc1d371c7ce99a49ff9778e196286b7e4592be191",
"max_fail_count": 3
"max_fail_count": 3,
"notify_on_success": true
},
"browser": {
"type": "edge",
@@ -33,7 +34,8 @@
},
"notification": {
"iyuu_token": "IYUU37629Tc1d371c7ce99a49ff9778e196286b7e4592be191",
"max_fail_count": 3
"max_fail_count": 3,
"notify_on_success": true
},
"browser": {
"type": "edge",
@@ -44,9 +46,15 @@
"name": "网站A",
"url": "https://lmkbi.95155.com/bi-system/#/carUnpetrifiedComAll",
"login_check_selector": "",
"success_text": ""
"success_text": "彭峰"
},
{
"name": "网站B",
"url": "https://192.168.1.200:8006/",
"login_check_selector": "",
"success_text": "彭峰"
}
]
}
]
}
}