新增运势系统

This commit is contained in:
2025-11-08 14:10:08 +08:00
parent fb74fe0f34
commit 4129122016
5 changed files with 157 additions and 3 deletions

View File

@@ -15,6 +15,8 @@
"plugin_dir": "Plugins",
"host": "0.0.0.0",
"port": 8000,
"verbose": false
"verbose": false,
"scheduler_tick_ms": 60000,
"scheduler_max_batch": 1000
}
}