This website requires JavaScript.
Explore
Help
Sign In
MetaZone
/
MetaLab
Archived
Watch
1
Star
0
Fork
0
You've already forked MetaLab
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-06-21
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
7d944cfa3513f40f080fbdf917431287e252a672
MetaLab
/
internal
/
service
History
Victor_Jay
7d944cfa35
fix: 修复更名退款逻辑、审核列表显示及更名消耗确认提示
...
- 首次更名审核被拒不再退款,首次免费未扣费不产生退款 - 审核列表提交者列改用 UID,当前用户名列显示当前用户名 - 更名消耗提示改为确认弹窗,首次/非首次动态显示不同文案
2026-06-02 22:09:41 +08:00
..
admin_service.go
feat: 管理首页帖子总数统计(总数/已发布/待审核)
2026-05-31 12:46:06 +08:00
audit_review.go
fix: 修复更名退款逻辑、审核列表显示及更名消耗确认提示
2026-06-02 22:09:41 +08:00
audit_service.go
fix: 修复更名退款逻辑、审核列表显示及更名消耗确认提示
2026-06-02 22:09:41 +08:00
auth_password.go
feat: 密码强度校验增强,要求大写+小写+数字
2026-06-02 18:56:08 +08:00
auth_service.go
refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
2026-06-02 15:45:54 +08:00
avatar_service.go
feat: 头像上传选区限制 3840×3840 + 客户端裁剪压缩
2026-05-31 02:42:27 +08:00
comment_service.go
fix: UID 类型混用统一(uint ↔ string)
2026-06-02 19:26:44 +08:00
energy_admin.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
energy_energize.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
energy_operations.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
energy_query.go
refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
2026-06-02 15:45:54 +08:00
energy_service.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
favorite_items.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
favorite_service.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
follow_service.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
level_service.go
fix: 评论系统全量检查修复(7 项 Gap 全部修复)
2026-06-01 14:05:47 +08:00
notification_notify.go
refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
2026-06-02 15:45:54 +08:00
notification_service.go
refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
2026-06-02 15:45:54 +08:00
post_audit_service.go
feat: 首页增加内存缓存(30s TTL)
2026-06-02 17:20:59 +08:00
post_helpers.go
refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
2026-06-02 15:45:54 +08:00
post_service.go
feat: 首页增加内存缓存(30s TTL)
2026-06-02 17:20:59 +08:00
reaction_service.go
fix: Service 层移除直接持有的 *gorm.DB,引入 Repository Transaction 方法
2026-06-02 16:46:44 +08:00
repository.go
fix: UID 类型混用统一(uint ↔ string)
2026-06-02 19:26:44 +08:00
shortcode_service.go
fix: 审计问题全量修复 + RateLimiter 原子化重构 + CDN 本地化收紧
2026-05-31 11:13:32 +08:00
site_setting_service.go
feat: 消息通知中心 + 账号安全体系 + Bug修复
2026-05-27 13:32:45 +08:00
space_service.go
fix: 实现空间 TotalReads 统计,修复 selectMention 闭包
2026-06-02 15:21:37 +08:00
trends_service.go
feat: GetTrends 趋势查询并行化 (errgroup)
2026-06-02 19:37:43 +08:00