refactor: 重构代码结构和导入路径

fix(ws): 修复反向WebSocket管理器中的循环导入问题
docs: 删除不再使用的文档文件
style: 统一模型导入路径为neobot.models
chore: 更新配置文件中的API密钥和连接地址
This commit is contained in:
aakiscool1314
2026-03-27 14:14:09 +08:00
parent 7106bf65da
commit ec8d7259f5
23 changed files with 90 additions and 371 deletions

View File

@@ -3,9 +3,9 @@
# NapCat WebSocket 配置
[napcat_ws]
uri = "ws://127.0.0.1:6700"
uri = "ws://192.168.31.46:12345"
# WebSocket 连接地址
token = ""
token = "uXd2GlFYCuz-e7zF"
# 重连间隔(秒)
reconnect_interval = 5