From c68d846daae7d97c93f942e403d87f17420b7328 Mon Sep 17 00:00:00 2001 From: Jowe <123822645+Selei1983@users.noreply.github.com> Date: Sat, 3 Jan 2026 23:26:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DSEO=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A8=A1=E6=9D=BF=E7=BB=A7=E6=89=BF=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E6=94=B9=E4=B8=BA=E7=8B=AC=E7=AB=8B=E5=AE=8C?= =?UTF-8?q?=E6=95=B4HTML=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将seo_tools.html从继承admin/master.html改为独立完整HTML - 从master.html中移除SEO工具菜单项,避免url_for错误 - 修复本地UndefinedError: 'admin_view' is undefined错误 --- templates/admin/master.html | 6 - templates/admin/seo_tools.html | 658 ++++++++++++++++++++------------- 2 files changed, 408 insertions(+), 256 deletions(-) diff --git a/templates/admin/master.html b/templates/admin/master.html index 9f0c081..66c5a87 100644 --- a/templates/admin/master.html +++ b/templates/admin/master.html @@ -79,12 +79,6 @@