From b585adefc95aaa6a306d232b5d2c4de4c145e5a5 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Sun, 12 Apr 2026 17:43:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2API=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=92=8C=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - users/posts/topics页面API改为/admin/api/xxx - 页面链接改为/admin/xxx - 添加登录验证检查和退出登录按钮 --- admin/templates/posts.html | 44 +++++++++++++++++++++------- admin/templates/topics.html | 58 ++++++++++++++++++++++++++----------- admin/templates/users.html | 38 +++++++++++++++++++----- 3 files changed, 106 insertions(+), 34 deletions(-) diff --git a/admin/templates/posts.html b/admin/templates/posts.html index 7201b24..1263c0d 100644 --- a/admin/templates/posts.html +++ b/admin/templates/posts.html @@ -17,19 +17,27 @@ +
+ + 访问前台 + + +
@@ -75,9 +83,25 @@