feat(douyin_parser): 新增抖音视频解析插件
refactor(performance): 移除未使用的asyncio导入并优化性能测试 style(compile_modules): 修正字符串引号格式 chore: 删除废弃的编译脚本和临时文件 fix(bili_parser): 增强B站链接解析的健壮性 refactor(singleton): 重构单例模式实现 docs: 更新配置文件和事件模型注释
This commit is contained in:
25
config.toml
25
config.toml
@@ -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"
|
||||
Reference in New Issue
Block a user