Skip to content

v0.3.15

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 03:14
feat(users): 支持管理员手动覆盖套餐流量重置目标

编辑用户时新增「重置目标(GB)」输入框,可独立设置
plan_traffic_limit_bytes,与流量总限额解耦。留空时自动
与流量限额保持一致,适用于叠加流量后仍需自定义重置基准
的场景。

后端 updateUserRequest 新增 PlanTrafficLimit 字段,
非 nil 时覆盖用户的 plan_traffic_limit_bytes。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>