From 8e8b25e0addde010efb505f814c44ec435be1db4 Mon Sep 17 00:00:00 2001 From: wzj <244142824@qq.com> Date: Tue, 24 Jun 2025 12:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/styles.css | 1 + templates/clients.html | 16 ++++++++++++++-- templates/index.html | 1 + templates/settings.html | 1 + 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/static/styles.css b/static/styles.css index b8b250c..82a1d67 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,3 +1,4 @@ + body { font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif; max-width: 900px; diff --git a/templates/clients.html b/templates/clients.html index 65a9a4c..240980a 100644 --- a/templates/clients.html +++ b/templates/clients.html @@ -1,27 +1,31 @@ + - Squid代理用户管理系统 + 用户管理 - Squid代理用户管理系统
-

Squid代理用户管理系统

+

用户管理

+ 返回首页
+ {% for user in users %} +
用户名状态 操作
{{ user.name }}{{ "启用" if user.is_active else "禁用" }}