feat(admin): 运营后台(登录/查看/编辑补全)+ 写入API + 审计留痕 #4

Merged
lixu merged 6 commits from devin/1781923221-admin-console into main 2026-06-20 13:42:10 +08:00
Showing only changes of commit bad771e172 - Show all commits
+1
View File
@@ -4,6 +4,7 @@
# Stage 1: build the admin SPA.
FROM node:22-alpine AS web
WORKDIR /web
ENV npm_config_registry=https://registry.npmmirror.com
COPY admin-frontend/package.json admin-frontend/package-lock.json* ./
RUN npm ci || npm install
COPY admin-frontend/ ./