ai_v/blueprints
24024 a092cdfb4c ```
fix(admin): 修复邀请排行榜查询逻辑错误

- 引入SQLAlchemy别名机制区分邀请人和被邀请人表
- 修正JOIN查询中表关联关系避免自关联问题
- 优化GROUP BY子句包含必要的字段确保数据准确性
- 调整查询结构提升代码可读性和维护性
```
2026-01-23 22:09:45 +08:00
..
admin.py ``` 2026-01-23 22:09:45 +08:00
api.py feat: Implement a new API blueprint for core application functionalities including generation, history, notifications, user stats, and saved prompts, along with a new SavedPrompt model and supporting frontend. 2026-01-21 20:43:46 +08:00
auth.py ``` 2026-01-23 21:46:08 +08:00
payment.py ``` 2026-01-23 21:58:37 +08:00