|
|
0bf2d152be
|
feat(dashboard): ExhibitionCenter 3联+5行表格
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-03 01:20:50 +08:00 |
|
|
|
dd33e87d0f
|
feat(dashboard): IncomeCurve 七日柱状+折线(qiun-data-charts uni_modules)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-03 01:20:49 +08:00 |
|
|
|
1328aadee9
|
feat(dashboard): CrystalOverview 双卡(水晶余额+今日收益)
|
2026-06-03 01:20:49 +08:00 |
|
|
|
6c8ecb8fda
|
refactor(dashboard): Header .tab 改用具体属性 transition 而非 transition: all
代码评审指出 `transition: all` 是已知的 CSS 反模式——会触
发所有属性的动画,包括未预期的 layout-trigger 属性(width、
height、padding 等)。窄化为 `background` 与 `color`,符合
.tab 实际变化的状态。
|
2026-06-03 01:20:49 +08:00 |
|
|
|
a91d7a5e61
|
feat(dashboard): Header 完整视觉(毛绒怪占位+渐变标题+Tab胶囊)
|
2026-06-03 01:20:49 +08:00 |
|
|
|
b31cf01da4
|
refactor(dashboard): dashboard.vue 改用 <script setup> 语法
代码评审发现 Options API 与项目 30+ 个页面(square.vue、
discover.vue、exhibition.vue 等)惯例不一致。改写为
<script setup>,并把 pageBg 提到模块顶层(不再通过 setup
return 传递)。Header 组件无 script 逻辑,无需改动。
|
2026-06-03 01:20:49 +08:00 |
|
|
|
282eb72e46
|
feat(dashboard): 页面骨架 + Header 占位
|
2026-06-03 01:20:48 +08:00 |
|