feat: 添加 S3 文件上传功能,更新 '@capp/eden' 依赖至 0.0.11,优化实名认证表单逻辑
This commit is contained in:
5
auto-imports.d.ts
vendored
5
auto-imports.d.ts
vendored
@@ -129,6 +129,7 @@ declare global {
|
||||
const unref: typeof import('vue').unref
|
||||
const unrefElement: typeof import('@vueuse/core').unrefElement
|
||||
const until: typeof import('@vueuse/core').until
|
||||
const uploadToS3: typeof import('./src/utils/aws/s3').uploadToS3
|
||||
const useActiveElement: typeof import('@vueuse/core').useActiveElement
|
||||
const useAnimate: typeof import('@vueuse/core').useAnimate
|
||||
const useArrayDifference: typeof import('@vueuse/core').useArrayDifference
|
||||
@@ -330,6 +331,9 @@ declare global {
|
||||
export type { Language } from './src/composables/useLanguage'
|
||||
import('./src/composables/useLanguage')
|
||||
// @ts-ignore
|
||||
export type { UploadFetchOptions } from './src/utils/aws/s3'
|
||||
import('./src/utils/aws/s3')
|
||||
// @ts-ignore
|
||||
export type { Wallet } from './src/store/wallet'
|
||||
import('./src/store/wallet')
|
||||
}
|
||||
@@ -461,6 +465,7 @@ declare module 'vue' {
|
||||
readonly unref: UnwrapRef<typeof import('vue')['unref']>
|
||||
readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
|
||||
readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
|
||||
readonly uploadToS3: UnwrapRef<typeof import('./src/utils/aws/s3')['uploadToS3']>
|
||||
readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
|
||||
readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
|
||||
readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
|
||||
|
||||
Reference in New Issue
Block a user