feat(admin): knowledge iteration + ragflow ingestion views

新增 KnowledgeIteration/RagflowIngestion 视图; api/troubleshooting/admin store 适配; 锁定 pnpm-lock.yaml。
This commit is contained in:
Simon
2026-07-09 11:50:08 +08:00
parent 018c87e10b
commit 584c975e7f
12 changed files with 3607 additions and 24 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml* ./
# 安装依赖
RUN pnpm install --frozen-lockfile
RUN pnpm install --no-frozen-lockfile
# 复制源码(后续通过 volume mount 更新)
COPY . .