topfans/frontend
zheng020 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
..
components
composables refactor(dashboard): useDashboardData 提取 SECTION_FETCHERS 模块级单例 2026-06-03 01:20:48 +08:00
hybrid/html
nativePlugins/imengyu-UniAndroidGyro
pages refactor(dashboard): dashboard.vue 改用 <script setup> 语法 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