feat(core):初步完成定时执行功能开发

This commit is contained in:
DLmaster
2025-01-25 18:00:56 +08:00
parent ff7e433634
commit 7e08c88a3e
64 changed files with 5858 additions and 508 deletions

32
config/config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"Function": {
"BossKey": "",
"IfAllowSleep": true,
"IfSilence": false
},
"Notify": {
"IfPushPlyer": false,
"IfSendErrorOnly": false,
"IfSendMail": false,
"MailAddress": ""
},
"Start": {
"IfRunDirectly": false,
"IfSelfStart": false
},
"QFluentWidgets": {
"ThemeColor": "#ff009faa",
"ThemeMode": "Auto"
},
"UI": {
"IfShowTray": false,
"IfToTray": false,
"MainIndex": 0,
"location": "207x195",
"maximized": false,
"size": "1200x700"
},
"Update": {
"IfAutoUpdate": false
}
}