SunCheng
|
d052ae5197
|
fix
|
2026-02-10 17:49:19 +08:00 |
|
SunCheng
|
3ed9cf5ebd
|
重构: 将 LogCleanupService 转为 Quartz Job 服务
Docker Build & Deploy / Build Docker Image (push) Successful in 22s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
- 创建 LogCleanupJob 替代 LogCleanupService (BackgroundService)
- 在 Expand.cs 中注册 LogCleanupJob (每天凌晨2点执行, 保留30天日志)
- 从 Program.cs 移除 LogCleanupService 的 HostedService 注册
- 删除 Service/LogCleanupService.cs
- 删除 Service/PeriodicBillBackgroundService.cs (已无用的重复服务)
所有后台任务现在统一通过 Quartz.NET 管理, 支持运行时控制
|
2026-01-28 11:19:23 +08:00 |
|
|
|
6a9c879dee
|
feat: 重构消息服务,替换消息记录服务为消息服务,更新相关依赖和逻辑
Docker Build & Deploy / Build Docker Image (push) Successful in 20s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
|
2026-01-10 17:47:09 +08:00 |
|
孙诚
|
557d44aed8
|
优化代码
Docker Build & Deploy / Build Docker Image (push) Successful in 23s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
|
2026-01-04 16:43:32 +08:00 |
|
孙诚
|
13bf23a48c
|
实现消息记录功能,包括增删改查和标记已读,优化消息列表展示和未读消息计数
Docker Build & Deploy / Build Docker Image (push) Successful in 22s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s
|
2025-12-29 14:18:09 +08:00 |
|