From ac21c6c32e47300ae0b3f95155b9a59812195800 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 17 Dec 2025 18:27:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/template/project/bar.htm | 2 +- .../admin/template/project/level_index.htm | 5 + .../admin/template/project/password_add.htm | 93 ++++++ .../admin/template/project/password_index.htm | 272 ++++++++++++++++++ .../admin/template/project/users_index.htm | 5 + 5 files changed, 376 insertions(+), 1 deletion(-) create mode 100644 src/application/admin/template/project/password_add.htm create mode 100644 src/application/admin/template/project/password_index.htm diff --git a/src/application/admin/template/project/bar.htm b/src/application/admin/template/project/bar.htm index b6dbfe1..7190606 100644 --- a/src/application/admin/template/project/bar.htm +++ b/src/application/admin/template/project/bar.htm @@ -2,7 +2,7 @@
| + + | +
+ 查询密码
+ |
+
+ 允许查询关键字
+ |
+
+ 禁止查询关键字
+ |
+
+ 状态
+ |
+
+ 创建时间
+ |
+
+ 更新时间
+ |
+
+ 操作
+ |
+
|---|---|---|---|---|---|---|---|
| + 没有符合条件的记录 + | +|||||||
|
+
+
+
+ |
+
+ {$vo.password}
+ |
+
+ {$vo.allow_keywords|default='无'}
+ |
+
+ {$vo.deny_keywords|default='无'}
+ |
+
+
+ {if condition="$vo.status eq 1"}
+ 启用
+ {else /}
+ 禁用
+ {/if}
+
+ |
+
+ {$vo.createtime|date='Y-m-d H:i:s',###}
+ |
+
+ {$vo.updatetime|date='Y-m-d H:i:s',###|default='无'}
+ |
+ + + | +