Merge pull request '♻️ 改用 2026 主题原生生命周期组件' (#7) from test/custom-admin-ui into master
Build and push Docker image / buildx (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-07-10 10:18:22 +08:00
-2
View File
@@ -54,8 +54,6 @@ COPY --from=frontend-builder /build/fronted-2024/dist ./themes/2024
COPY --from=frontend-builder /build/fronted-2026/dist ./themes/2026
COPY --from=frontend-builder /build/fronted-2023/dist ./themes/2023
# 应用管理后台详情页取件记录展开/收起补丁
RUN python scripts/patch_admin_timeline_ui.py
# 安装 Python 依赖
RUN pip install --no-cache-dir -r requirements.txt