fix(marquee): 首页轮播脱敏名改为按 user_id 恒定 + 去 Faker 依赖 #49
Reference in New Issue
Block a user
Delete Branch "fix/marquee-mask-deterministic"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
list_users 由 keyset 游标改为 offset 分页以支持任意列排序: - 排序:sort_by ∈ {id, created_at, last_login_at} + sort_order(白名单,非法回落 id;同值 id 同向兜底) - 筛选:新增 nickname 模糊、注册/最近登录时间范围(register_channel 本就支持,这次在 UI/文档补齐) - 文档 admin-users-list.md 与 test_admin_read 同步(排序/渠道/昵称/时间范围/非法 sort_by 422) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>