WechatOnCloud/bridge/woc_bridge/__init__.py

16 lines
641 B
Python
Raw Normal View History

"""woc-bridge 主包。
bridge 1.8.0 起拆分为包结构按职责分子包
- models/ Pydantic schema 与错误码
- db/ SQLCipher 解密 / DB 读取 / 密钥缓存 / 密钥提取 / DB 状态协调
- ui/ xdotool/xclip UI 自动化 / 二维码截图
- messaging/ 发送队列 / SSE 消息流
- routes/ FastAPI APIRouter 按业务域分组
- app.py FastAPI 实例 + lifespan + 异常处理器 + 中间件
- config.py BridgeConfig / AppState / InitState / _init_state
- version.py 版本号与能力清单
入口仍是 bridge/server.py薄壳s6 run 脚本与 Dockerfile COPY 路径
不需改动
"""