feat: 添加我的发行申请页面及相关组件,更新路由和国际化支持

This commit is contained in:
2025-12-21 21:19:46 +07:00
parent 2e4d7143e5
commit 00f27bf50a
15 changed files with 466 additions and 12 deletions

2
components.d.ts vendored
View File

@@ -70,7 +70,6 @@ declare module 'vue' {
UiTabPane: typeof import('./src/components/ui/tab-pane/index.vue')['default']
UiTabs: typeof import('./src/components/ui/tabs/index.vue')['default']
UiTag: typeof import('./src/components/ui/tag/index.vue')['default']
UiTextarea: typeof import('./src/components/ui/textarea/index.vue')['default']
UiTextareaLabel: typeof import('./src/components/ui/textarea-label/index.vue')['default']
}
}
@@ -135,6 +134,5 @@ declare global {
const UiTabPane: typeof import('./src/components/ui/tab-pane/index.vue')['default']
const UiTabs: typeof import('./src/components/ui/tabs/index.vue')['default']
const UiTag: typeof import('./src/components/ui/tag/index.vue')['default']
const UiTextarea: typeof import('./src/components/ui/textarea/index.vue')['default']
const UiTextareaLabel: typeof import('./src/components/ui/textarea-label/index.vue')['default']
}