From 22444a2394540735dd87d6429fb7834f990ea68f Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Mon, 10 Nov 2025 09:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4Assets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- Assets/config.json | 29 ----------------------------- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 Assets/config.json diff --git a/.gitignore b/.gitignore index 9197c53..0e7828f 100644 --- a/.gitignore +++ b/.gitignore @@ -185,4 +185,4 @@ cython_debug/ # Database Assets/db.db liubai_web.pid -Assets/config_log.txt \ No newline at end of file +Assets/ \ No newline at end of file diff --git a/Assets/config.json b/Assets/config.json deleted file mode 100644 index 0f5c108..0000000 --- a/Assets/config.json +++ /dev/null @@ -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 - } -} \ No newline at end of file