feat(gateway): 补齐桌面端高级媒体直连接口

通过 PR #25 合并桌面端 AI Gateway 直连接口、计费、安全隔离及真实 DEV 验收实现。
This commit was merged in pull request #25.
This commit is contained in:
2026-07-22 15:29:54 +08:00
37 changed files with 3336 additions and 29 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
FROM ${API_RUNTIME_IMAGE} AS api
RUN apk add --no-cache ca-certificates tzdata wget && \
RUN apk add --no-cache ca-certificates tzdata wget ffmpeg && \
adduser -D -H -u 10001 appuser
WORKDIR /app