From 7e0ca0a8e729ed70ee7d74318f522993112e4dba Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 17 Dec 2025 16:48:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BB=A3=E7=A0=81=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Login.md | 12 + docs/Project.md | 24 + docs/README.md | 0 .../admin/template/project/level_index.htm | 2 +- .../admin/template/project/users_index.htm | 6 +- src/login.php | 7 +- src/template/pc/lists_guestbook_project.htm | 471 ++++++++++-------- 7 files changed, 302 insertions(+), 220 deletions(-) create mode 100644 docs/Login.md create mode 100644 docs/Project.md create mode 100644 docs/README.md diff --git a/docs/Login.md b/docs/Login.md new file mode 100644 index 0000000..825e82d --- /dev/null +++ b/docs/Login.md @@ -0,0 +1,12 @@ +# 用户登录 + + + +## 普通用户登录 + +http://localhost:9108/index.php?m=user&c=Users&a=login + + +## 管理员登录 + +http://localhost:9108/index.php?m=admin&c=Admin&a=login \ No newline at end of file diff --git a/docs/Project.md b/docs/Project.md new file mode 100644 index 0000000..ed13279 --- /dev/null +++ b/docs/Project.md @@ -0,0 +1,24 @@ + + + +# 原生应用/项目查询 + + +## 前端查询用户 + +### API 接口 + +src\application\api\controller\Ajax.php line:1130 + + +### 页面 + +src\template\pc\lists_guestbook_project.htm + + +## 后端管理用户 + +### 页面 + +- src\application\admin\template\project\users_index.htm +- src\application\admin\template\project\level_index.htm \ No newline at end of file diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..e69de29 diff --git a/src/application/admin/template/project/level_index.htm b/src/application/admin/template/project/level_index.htm index c8cc6b1..28a2913 100644 --- a/src/application/admin/template/project/level_index.htm +++ b/src/application/admin/template/project/level_index.htm @@ -11,7 +11,7 @@