0.11.1: 旗舰版完善(资源权限等级/个人环境变量/收藏/企业报表/租户概览/ARM64发布/多渠道接入)

- 迁移 000035-000037(权限等级/环境变量/渠道)
- 新增 internal/channel 渠道抽象层(webhook/企微/钉钉/飞书)
- 全部功能端到端验证通过(25 包单测)
This commit is contained in:
2026-08-13 11:54:34 +08:00
parent c22669c31d
commit 4563979a15
25 changed files with 1664 additions and 7 deletions
+8
View File
@@ -116,3 +116,11 @@ network. When using an external PostgreSQL or Redis service, require TLS and use
并保留历史 keyring;不要直接更换 `CREDENTIAL_MASTER_KEY` 值。
- 若误换 key:管理端 Provider 列表会降级显示「凭据无法解密」警示(不会
让整个页面报错),需重新保存各 Provider 的 API Key 恢复。
### 多架构发布(ARM64)
- 后端镜像支持 amd64 + arm64 交叉编译(CGO_ENABLED=0):
`./scripts/publish-images.sh registry.example.com/ai-gateway:0.11.0`
(需先 `docker buildx create --use`)。
- 前端镜像(node/nginx)由 Docker Hub 提供多架构基础镜像,可直接 buildx 构建。
- ARM64 节点部署:arm64 设备上 `docker compose up -d` 即可拉取 arm64 变体。