From 898b58d4b2f12413264cce2a194f023e7cd27697 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 19 九月 2025 16:05:15 +0800 Subject: [PATCH] release: @12333/bMiniApp v1.1.0 --- apps/bMiniApp/auto-imports.d.ts | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/bMiniApp/auto-imports.d.ts b/apps/bMiniApp/auto-imports.d.ts index a2bb986..dc14f8e 100644 --- a/apps/bMiniApp/auto-imports.d.ts +++ b/apps/bMiniApp/auto-imports.d.ts @@ -91,6 +91,7 @@ const toValue: typeof import('vue')['toValue'] const triggerRef: typeof import('vue')['triggerRef'] const unref: typeof import('vue')['unref'] + const useAccessAuthentication: typeof import('./src/hooks/access')['useAccessAuthentication'] const useAccessLogin: typeof import('./src/hooks/access')['useAccessLogin'] const useAttrs: typeof import('vue')['useAttrs'] const useAuth: typeof import('./src/hooks/user')['useAuth'] @@ -119,7 +120,7 @@ // for type re-export declare global { // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue' + export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue' import('vue') // @ts-ignore export type { BackType, BackType } from './src/constants/enum' @@ -127,9 +128,6 @@ // @ts-ignore export type { RouterPath, RouterPath } from './src/constants/router' import('./src/constants/router') - // @ts-ignore - export type { HomeOrderType } from './src/hooks/task' - import('./src/hooks/task') } // for vue template auto import import { UnwrapRef } from 'vue' @@ -138,7 +136,6 @@ readonly AppLocalConfig: UnwrapRef<typeof import('./src/constants/app')['AppLocalConfig']> readonly BackType: UnwrapRef<typeof import('./src/constants/enum')['BackType']> readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']> - readonly HomeOrderType: UnwrapRef<typeof import('./src/hooks/task')['HomeOrderType']> readonly OssAssets: UnwrapRef<typeof import('./src/constants/img')['OssAssets']> readonly RouterPath: UnwrapRef<typeof import('./src/constants/router')['RouterPath']> readonly TabBarPageRouter: UnwrapRef<typeof import('./src/constants/tabBar')['TabBarPageRouter']> @@ -216,7 +213,6 @@ readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']> readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']> readonly useSwitchTab: UnwrapRef<typeof import('./src/hooks/router')['useSwitchTab']> - readonly useTaskList: UnwrapRef<typeof import('./src/hooks/task')['useTaskList']> readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']> readonly useUser: UnwrapRef<typeof import('./src/hooks/user')['useUser']> readonly watch: UnwrapRef<typeof import('vue')['watch']> -- Gitblit v1.9.1