feat: 添加 SubscribeRwa 组件,优化 RWA 申购功能并更新相关类型定义

This commit is contained in:
2025-12-19 22:02:52 +07:00
parent b91f371115
commit c3321bfbf1
6 changed files with 96 additions and 12 deletions

2
auto-imports.d.ts vendored
View File

@@ -270,6 +270,7 @@ declare global {
const useStorage: typeof import('@vueuse/core').useStorage
const useStorageAsync: typeof import('@vueuse/core').useStorageAsync
const useStyleTag: typeof import('@vueuse/core').useStyleTag
const useSubscribeModal: typeof import('./src/composables/useSubscribeModal').useSubscribeModal
const useSupported: typeof import('@vueuse/core').useSupported
const useSwipe: typeof import('@vueuse/core').useSwipe
const useTemplateRef: typeof import('vue').useTemplateRef
@@ -611,6 +612,7 @@ declare module 'vue' {
readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
readonly useSubscribeModal: UnwrapRef<typeof import('./src/composables/useSubscribeModal')['useSubscribeModal']>
readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>