🐛 修复详情取件记录和复制链接回退

This commit is contained in:
2026-07-09 17:00:00 +08:00
parent 7bba4313bd
commit 27cb3aa430
3 changed files with 79 additions and 4 deletions
+3
View File
@@ -54,6 +54,9 @@ 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