From 9c7d1a512e52ef86eb87a5f54a3af4598173e2c7 Mon Sep 17 00:00:00 2001 From: coder Date: Thu, 16 Apr 2026 15:41:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=BE=A7=E8=BE=B9=E6=A0=8F=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 所有后台页面统一包含完整导航链接 - 新增: 数据包套餐、备用大模型、用户类型、会员套餐 - 修复不同页面导航不一致的问题 --- templates/admin/backup_llm.html | 19 ++++--- templates/admin/backup_llm_form.html | 19 ++++--- templates/admin/cache.html | 18 ++++--- templates/admin/dashboard.html | 60 ++++++----------------- templates/admin/llm_config.html | 18 ++++--- templates/admin/logs.html | 18 ++++--- templates/admin/membership.html | 21 ++++---- templates/admin/membership_plan_form.html | 21 ++++---- templates/admin/membership_plans.html | 21 ++++---- templates/admin/package_form.html | 19 ++++--- templates/admin/packages.html | 19 ++++--- templates/admin/settings.html | 19 ++++--- templates/admin/stats.html | 18 ++++--- templates/admin/translation_detail.html | 18 ++++--- templates/admin/translations.html | 18 ++++--- templates/admin/user_detail.html | 18 ++++--- templates/admin/user_limits.html | 19 ++++--- templates/admin/user_type_form.html | 21 ++++---- templates/admin/user_types.html | 21 ++++---- templates/admin/users.html | 18 ++++--- 20 files changed, 228 insertions(+), 195 deletions(-) diff --git a/templates/admin/backup_llm.html b/templates/admin/backup_llm.html index 33fcde8..eb7d70f 100644 --- a/templates/admin/backup_llm.html +++ b/templates/admin/backup_llm.html @@ -21,15 +21,18 @@
后台管理
返回前台 diff --git a/templates/admin/backup_llm_form.html b/templates/admin/backup_llm_form.html index fe00c0c..6a412e5 100644 --- a/templates/admin/backup_llm_form.html +++ b/templates/admin/backup_llm_form.html @@ -20,15 +20,18 @@
后台管理
返回前台 diff --git a/templates/admin/cache.html b/templates/admin/cache.html index 4b8506a..7a6ab46 100644 --- a/templates/admin/cache.html +++ b/templates/admin/cache.html @@ -20,14 +20,18 @@
后台管理
返回前台 diff --git a/templates/admin/dashboard.html b/templates/admin/dashboard.html index 8af2a7a..45d1969 100644 --- a/templates/admin/dashboard.html +++ b/templates/admin/dashboard.html @@ -59,56 +59,24 @@ diff --git a/templates/admin/llm_config.html b/templates/admin/llm_config.html index b7c5ce1..e388735 100644 --- a/templates/admin/llm_config.html +++ b/templates/admin/llm_config.html @@ -20,14 +20,18 @@
后台管理
返回前台 diff --git a/templates/admin/logs.html b/templates/admin/logs.html index 76a4a97..d7b4ecf 100644 --- a/templates/admin/logs.html +++ b/templates/admin/logs.html @@ -20,14 +20,18 @@
后台管理
返回前台 diff --git a/templates/admin/membership.html b/templates/admin/membership.html index dff15b2..63d6c44 100644 --- a/templates/admin/membership.html +++ b/templates/admin/membership.html @@ -25,15 +25,18 @@
后台管理
返回前台 diff --git a/templates/admin/membership_plan_form.html b/templates/admin/membership_plan_form.html index 911c7e2..1b848aa 100644 --- a/templates/admin/membership_plan_form.html +++ b/templates/admin/membership_plan_form.html @@ -20,15 +20,18 @@
后台管理
返回前台 diff --git a/templates/admin/membership_plans.html b/templates/admin/membership_plans.html index 9bd77b9..266b484 100644 --- a/templates/admin/membership_plans.html +++ b/templates/admin/membership_plans.html @@ -28,15 +28,18 @@
后台管理
返回前台 diff --git a/templates/admin/package_form.html b/templates/admin/package_form.html index 3228c15..e059677 100644 --- a/templates/admin/package_form.html +++ b/templates/admin/package_form.html @@ -20,15 +20,18 @@
后台管理
返回前台 diff --git a/templates/admin/packages.html b/templates/admin/packages.html index 0a1f7f6..491f22d 100644 --- a/templates/admin/packages.html +++ b/templates/admin/packages.html @@ -24,15 +24,18 @@
后台管理
返回前台 diff --git a/templates/admin/settings.html b/templates/admin/settings.html index a732285..72da788 100644 --- a/templates/admin/settings.html +++ b/templates/admin/settings.html @@ -22,14 +22,17 @@
后台管理
diff --git a/templates/admin/stats.html b/templates/admin/stats.html index 545b4b2..18a88f0 100644 --- a/templates/admin/stats.html +++ b/templates/admin/stats.html @@ -21,14 +21,18 @@
后台管理
返回前台 diff --git a/templates/admin/translation_detail.html b/templates/admin/translation_detail.html index 0baea14..df6f962 100644 --- a/templates/admin/translation_detail.html +++ b/templates/admin/translation_detail.html @@ -21,14 +21,18 @@
后台管理
返回前台 diff --git a/templates/admin/translations.html b/templates/admin/translations.html index 9e345cc..12caa66 100644 --- a/templates/admin/translations.html +++ b/templates/admin/translations.html @@ -21,14 +21,18 @@
后台管理
返回前台 diff --git a/templates/admin/user_detail.html b/templates/admin/user_detail.html index fe0f7ab..268f759 100644 --- a/templates/admin/user_detail.html +++ b/templates/admin/user_detail.html @@ -22,14 +22,18 @@
后台管理
返回前台 diff --git a/templates/admin/user_limits.html b/templates/admin/user_limits.html index b662e52..66634b9 100644 --- a/templates/admin/user_limits.html +++ b/templates/admin/user_limits.html @@ -20,14 +20,17 @@
后台管理
diff --git a/templates/admin/user_type_form.html b/templates/admin/user_type_form.html index e9bc8d6..0f0cd95 100644 --- a/templates/admin/user_type_form.html +++ b/templates/admin/user_type_form.html @@ -21,15 +21,18 @@
后台管理
返回前台 diff --git a/templates/admin/user_types.html b/templates/admin/user_types.html index 736c294..d9e1282 100644 --- a/templates/admin/user_types.html +++ b/templates/admin/user_types.html @@ -29,15 +29,18 @@
后台管理
返回前台 diff --git a/templates/admin/users.html b/templates/admin/users.html index 4805142..c4a95ba 100644 --- a/templates/admin/users.html +++ b/templates/admin/users.html @@ -23,14 +23,18 @@
后台管理
返回前台