新增后台管理系统

功能模块:
- 仪表盘: 用户统计、帖子统计、帖子类型分布、热门标签、最新帖子
- 用户管理: 查看用户列表、删除用户
- 帖子管理: 查看/删除帖子、置顶功能、帖子详情预览
- 主题管理: 查看/删除主题、主题详情预览

端口: 19005
This commit is contained in:
2026-04-08 13:47:13 +08:00
parent 7f8fbc9605
commit 301c286b8e
6 changed files with 1042 additions and 4 deletions
+13 -4
View File
@@ -30,17 +30,21 @@
pip install -r requirements.txt
```
### 启动服务
### å¯åЍ䏻æœåŠ¡
```bash
python backend/app.py
```
### 访问地址
访问地å€: http://localhost:19004
### å¯åЍåŽå°ç®¡ç
```bash
python admin/app.py
```
http://localhost:19004
```
åŽå°åœ°å€: http://localhost:19005
## 项目结构
@@ -102,4 +106,9 @@ tech-forum/
## License
MIT™»å½•
- 评论回å¤ç‚¹èµž
## License
MIT