From c24cdd854e258712408a7904bdb401c49e3f07c1 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 28 八月 2025 13:09:08 +0800
Subject: [PATCH] fix: 修改通道充值提示语
---
apps/taro/auto-imports.d.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/apps/taro/auto-imports.d.ts b/apps/taro/auto-imports.d.ts
index e2b40ef..4518d58 100644
--- a/apps/taro/auto-imports.d.ts
+++ b/apps/taro/auto-imports.d.ts
@@ -6,6 +6,7 @@
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
+ const RouteHelper: typeof import('@/utils')['RouteHelper']
const RouterPath: typeof import('@/constants')['RouterPath']
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
const computed: typeof import('vue')['computed']
@@ -85,6 +86,6 @@
// 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')
}
--
Gitblit v1.9.1