This commit is contained in:
2025-11-06 11:01:13 +08:00
commit 661fcfe255
11 changed files with 920 additions and 0 deletions

11
Assets/config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"properties": {
"debug": true,
"main_webhook_url": "https://xz.wps.cn/api/v1/webhook/send?key=d32b1e6cdb5bb593418aee1638354a56"
},
"find": {
"host": "0.0.0.0",
"port": 8000,
"verbose": false
}
}