From 47bf6f48d5c3592dc959bdbd4c01a1f102c60c16 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Sun, 12 Apr 2026 17:05:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=88=E5=B9=B6=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E5=88=B0=E4=B8=BB=E6=9C=8D=E5=8A=A1=E7=AB=AF=E5=8F=A319004?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 后台管理整合到 /admin 路径 - 前台保持原有路由 - 统一API路径(后台 /admin/api/xxx) - 删除独立admin服务(保留admin目录作为模板) - 简化部署,只需启动一个服务 --- admin/templates/index.html | 35 ++++- admin/templates/login.html | 4 +- backend/app.py | 310 +++++++++++++++++++++++++++++++++++-- 3 files changed, 328 insertions(+), 21 deletions(-) diff --git a/admin/templates/index.html b/admin/templates/index.html index 953a882..c6e3ea4 100644 --- a/admin/templates/index.html +++ b/admin/templates/index.html @@ -21,23 +21,26 @@
@@ -140,8 +143,24 @@