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 @@