topfans/frontend/pages/profile
zerosaturation 27313f414a feat(profile): render level progress bar in LV box
profile.vue only rendered fan level digit, hiding the fact that
fans level up via accumulated exhibition hours (6h/level, cap 20),
not login/task experience. Users saw "LV X" without "X more
hours to next level", so upgrades felt invisible.

- backend: surface exhibition_hours / next_level_hours on
  CurrentIdentityDTO via a new loadLevelProgress helper in
  user_controller (read-only, no proto regen, no service
  surface change). Full-level responses set next_level_hours =
  exhibition_hours so the client can derive progress=1.
- frontend: split level-box into base track + gold fill + text
  overlay; width bound to progressRatio with 0.4s transition.
  Adds "距 LV X+1 还差 N 小时" hint and MAX indicator for
  full-level users.
2026-07-27 18:02:59 +08:00
..
hisWorks.vue feat:修改陀螺仪为手动控制并且增加自动控制 2026-07-07 00:29:01 +08:00
myFeedbacks.vue
myReports.vue
myWorks.vue feat(frontend): daily-task reportEvent 接入 + exhibition 错位实现迁移 2026-07-27 15:47:01 +08:00
profile.vue feat(profile): render level progress bar in LV box 2026-07-27 18:02:59 +08:00
selectRole.vue
setNickname.vue