From 051ea1e504a871b7f19e0c9971f3a7e466bf8115 Mon Sep 17 00:00:00 2001 From: kingmo888 <17401091+kingmo888@users.noreply.github.com> Date: Wed, 6 Mar 2024 21:31:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=A6=BB=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E9=A1=B5=E9=9D=A2=E3=80=81=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E3=80=81=E5=A2=9E=E5=8A=A0excel=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++- README.md | 8 +++--- api/templates/base.html | 4 +++ api/templates/show_work.html | 50 ++++++++++++++++++++++++++++++++--- api/urls.py | 5 ++-- api/views_front.py | 45 ++++++++++++++++++++++++++----- db/db.sqlite3 | Bin 155648 -> 155648 bytes 7 files changed, 100 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 3a6cd5f..7478fcd 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ dist dist- dist_py38 -LICENSE.rst \ No newline at end of file +LICENSE.rst + +db/test_db.sqlite3 \ No newline at end of file diff --git a/README.md b/README.md index 144a40d..659479d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

一个 python 实现的 Rustdesk API 接口,支持 WebUI 管理
- +
@@ -175,9 +175,11 @@ services: > 通过配置方式,对过期超过指定时间的设备清理或过滤。 -- [ ] 首屏拆分为用户列表页与管理员列表页并增加分页。 +- [x] 首屏拆分为用户列表页与管理员列表页并增加分页。 -- [ ] 支持信息导出到为xlsx文件。 +- [x] 支持信息导出到为xlsx文件。 + + > 支持管理员在【所有设备】页面导出所有设备信息。 ## 其他相关工具 diff --git a/api/templates/base.html b/api/templates/base.html index 755f198..96f5ae8 100644 --- a/api/templates/base.html +++ b/api/templates/base.html @@ -28,6 +28,10 @@