From 067d81a07c3367bbdddb259e443298fa2bd2ec10 Mon Sep 17 00:00:00 2001 From: K2cr2O1 <2221577113@qq.com> Date: Mon, 19 Jan 2026 01:16:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(douyin=5Fparser):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=8A=96=E9=9F=B3=E8=A7=86=E9=A2=91=E8=A7=A3=E6=9E=90=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor(performance): 移除未使用的asyncio导入并优化性能测试 style(compile_modules): 修正字符串引号格式 chore: 删除废弃的编译脚本和临时文件 fix(bili_parser): 增强B站链接解析的健壮性 refactor(singleton): 重构单例模式实现 docs: 更新配置文件和事件模型注释 --- config.toml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 config.toml diff --git a/config.toml b/config.toml deleted file mode 100644 index 2a0d4e4..0000000 --- a/config.toml +++ /dev/null @@ -1,25 +0,0 @@ -[napcat_ws] -uri = "ws://114.66.58.203:3001" -token = "&d_VTfksE%}ul?_Y" -reconnect_interval = 5 - -[bot] -command = ["/"] -ignore_self_message = true #是否忽略自身消息 -permission_denied_message = "权限不足,需要 {permission_name} 权限" - -[redis] -host = "114.66.58.203" -port = 1931 -db = 0 -password = "redis_5dxyJG" - -[docker] -base_url = "tcp://dockertest.k2cro4.my:2375" -sandbox_image = "python-sandbox:latest" -timeout = 10 -concurrency_limit = 5 -tls_verify = true -ca_cert_path = "c:/Users/镀铬酸钾/Documents/NeoBot/ca/ca.crt" -client_cert_path = "c:/Users/镀铬酸钾/Documents/NeoBot/ca/client-cert.pem" -client_key_path = "c:/Users/镀铬酸钾/Documents/NeoBot/ca/client-key.pem"