From a7c5082ff612e830171d0896f24b6073bb4e7128 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Mon, 6 Jul 2026 00:40:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20rename=20app=20to=20=E6=98=9F=E7=AC=BA?= =?UTF-8?q?=20(Mailova)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 2 +- app/templates/base.html | 4 ++-- app/templates/dashboard.html | 4 ++-- app/templates/login.html | 2 +- app/templates/postcard_detail.html | 2 +- app/templates/postcard_form.html | 2 +- app/templates/postcards.html | 2 +- app/templates/profile_showcase.html | 2 +- app/templates/profiles.html | 2 +- app/templates/settings.html | 2 +- app/templates/showcase_manage.html | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 95b1082..e85e8cf 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,4 +2,4 @@ ## 工作习惯 -- **文件清理规则**:每次完成任务后,确认所有子任务都完成,再统一删除要清理的文件(如测试脚本、验证脚本),不要边做边删,留到最后一次性处理。 +- **文件清理规则(铁律)**:绝对不要在任务执行过程中删除文件。所有删除操作必须等到所有任务都确认完成后,最后统一一次性删除。即使中途生成了测试脚本、验证脚本、调试文件,也留着别动,最后一起清理。 diff --git a/app/templates/base.html b/app/templates/base.html index a2b91ad..5d09319 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -3,13 +3,13 @@ - {% block title %}明信片管理器{% endblock %} + {% block title %}星笺{% endblock %} {% block nav %}