|
|
1aa3cb4151
|
feat: Introduce a new page for purchasing points and viewing recharge history, supported by model updates and a new logging service.
|
2026-01-18 20:45:28 +08:00 |
|
|
|
f548e8d6ab
|
feat: Implement core application structure with new services, blueprints, templates, and database migrations.
|
2026-01-17 23:15:58 +08:00 |
|
|
|
925da47118
|
fix(timezone): 调整订单时间显示为北京时间
- 在订单创建时间和支付时间上统一加上8小时的时差偏移
- 修改get_orders和api_payment_history中时间的格式化逻辑,确保时间正确转换
- buy.html和recharge_history.html模板中调整paid_at时间显示,增加时差处理
- auth.py中buy_page接口支持支付成功提示和订单信息传递
- payment.py中同步支付回调改为重定向至充值页并传递成功参数
|
2026-01-14 20:29:31 +08:00 |
|
|
|
72bacacf4f
|
feat(auth): 增加管理员订单管理和个人充值记录功能
- 新增全员订单管理页面,仅限管理员访问
- 购买积分页新增显示用户个人充值记录,管理员可见全员记录
- 支付模块增加用户充值历史查看页面及对应 API 接口
- buy.html 模板新增充值记录展示,包括个人和管理员视角的切换标签
- base.html 添加网站图标图像替换原图标字体图标
- 更新支付宝配置 AppID 和应用私钥
- 增加页面脚本支持充值记录标签页切换功能
- 补充日志,记录更多用户登录成功信息
|
2026-01-14 20:18:35 +08:00 |
|