topfans/frontend
zheng020 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
..
components
composables refactor(dashboard): useDashboardData 提取 SECTION_FETCHERS 模块级单例 2026-06-03 01:20:48 +08:00
hybrid/html
nativePlugins/imengyu-UniAndroidGyro
pages refactor(dashboard): Header .tab 改用具体属性 transition 而非 transition: all 2026-06-03 01:20:49 +08:00
scripts
static image:修改图片 2026-06-02 16:56:28 +08:00
store feat: 修改短信认证bug 2026-06-02 15:43:57 +08:00
uni_modules
uniCloud-alipay
utils fix(dashboard): 移除 dashboardApi 方法的 .then((r) => r.data) 解包 2026-06-03 01:20:48 +08:00
.gitignore
App.vue
index.html
main.js
manifest.json feat: 修改短信认证bug 2026-06-02 15:43:57 +08:00
oss-upload-test(1).html
package.json
pages.json fix(dashboard): 修正 pages.json 中 dashboard 路由的逗号位置 2026-06-03 01:20:48 +08:00
RANKING_API_SPECIFICATION.md
uni.promisify.adaptor.js
uni.scss feat(dashboard): 注册页面 + 追加 SCSS 设计 token 2026-06-03 01:20:48 +08:00
vite.config.js