feat: 优化代码结构,统一接口命名与类型定义,更新页面样式

This commit is contained in:
Ray.Hao
2026-03-28 12:10:19 +08:00
parent 24d1c3477b
commit 00fb441436
45 changed files with 1315 additions and 1807 deletions

View File

@@ -307,7 +307,6 @@ declare module 'vue' {
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
readonly onWatcherCleanup: UnwrapRef<typeof import('vue')['onWatcherCleanup']>
readonly provide: UnwrapRef<typeof import('vue')['provide']>
readonly publicRequest: UnwrapRef<typeof import('../utils/request')['publicRequest']>
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
readonly ref: UnwrapRef<typeof import('vue')['ref']>

View File

@@ -11,7 +11,6 @@ interface NavigateToOptions {
"/pages/work/index" |
"/pages/mine/about/index" |
"/pages/mine/account/index" |
"/pages/mine/feedback/index" |
"/pages/mine/official/index" |
"/pages/mine/profile/complete-profile" |
"/pages/mine/profile/index" |