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 "禁用" }}