去除Assets

This commit is contained in:
2025-11-10 09:36:03 +08:00
parent 5eed9afd11
commit 22444a2394
2 changed files with 1 additions and 30 deletions

2
.gitignore vendored
View File

@@ -185,4 +185,4 @@ cython_debug/
# Database
Assets/db.db
liubai_web.pid
Assets/config_log.txt
Assets/

View File

@@ -1,29 +0,0 @@
{
"properties": {
"debug": true,
"main_webhook_url": "https://xz.wps.cn/api/v1/webhook/send?key=d32b1e6cdb5bb593418aee1638354a56",
"app_config": {
"swagger_js_url": "/static/swagger-ui-bundle.js",
"swagger_css_url": "/static/swagger-ui.css",
"docs_url": "/docs"
}
},
"find": {
"max_concurrent_requests": 100,
"database_path": "db.db",
"always_return_ok": true,
"plugin_dir": "Plugins",
"alchemy_fortune_coeff": 0.03,
"store_hourly_count": 5,
"garden_max_plots_per_user": 4,
"garden_sale_multiplier": 10,
"garden_fortune_coeff": 0.03,
"garden_theft_threshold_ratio": 0.5,
"garden_seed_store_limit": 5,
"host": "0.0.0.0",
"port": 8000,
"verbose": false,
"scheduler_tick_ms": 60000,
"scheduler_max_batch": 1000
}
}