mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
在 anyrouter/nekocode/sub2api/yescode 架构及 service.py 中, 将同步的 resolve_ops_proxy_config 替换为 resolve_ops_proxy_config_async, 通过 asyncio.to_thread 包装避免同步 DB 查询阻塞事件循环。