update docs

This commit is contained in:
古月 2025-03-05 14:08:39 +08:00
parent e0a55b1bbd
commit 99b3270de6
3 changed files with 22 additions and 0 deletions

View File

@ -80,6 +80,26 @@ python run.py
- 日志配置 - 日志配置
- 其他系统参数 - 其他系统参数
## 💫 页面展示
### 首页
![首页](docs/images/home.png)
首页展示了系统的整体概况,包括最近的配置变更、统计数据和快速操作入口。
### 配置类型页面
![配置类型](docs/images/types.png)
配置类型页面提供了对不同类型配置的管理功能,支持添加、编辑和删除配置类型。
### 配置项页面
![配置项](docs/images/configs.png)
配置项页面展示了所有的配置内容,提供了强大的搜索、筛选和编辑功能。
## 📦 部署 ## 📦 部署
### Docker部署 ### Docker部署

1
docs/images/configs.png Normal file

File diff suppressed because one or more lines are too long

1
docs/images/home.png Normal file

File diff suppressed because one or more lines are too long