feat: sync Bot API gateway support

This commit is contained in:
A 2026-07-09 13:49:24 +08:00
parent 9a501f900a
commit 4c0cc2b7a7
44 changed files with 4609 additions and 49 deletions

5
.gitignore vendored
View file

@ -6,6 +6,11 @@
coverage.*
node_modules/
# Python caches
__pycache__/
*.py[cod]
*$py.class
# 本地环境 / 密钥server RSA private key 必须持久化,但禁止入库)
.env
.env.*