From 04a86a4520e1f1f42e62383f4bebf7e384d9a4d2 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 14 八月 2025 16:38:13 +0800
Subject: [PATCH] fix: 灵工管理
---
apps/cMiniApp/auto-imports.d.ts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/apps/cMiniApp/auto-imports.d.ts b/apps/cMiniApp/auto-imports.d.ts
index 4ff20fc..f8c3f8a 100644
--- a/apps/cMiniApp/auto-imports.d.ts
+++ b/apps/cMiniApp/auto-imports.d.ts
@@ -92,6 +92,7 @@
const useSwitchTab: typeof import('./src/hooks/router')['useSwitchTab']
const useTemplateRef: typeof import('vue')['useTemplateRef']
const useUser: typeof import('./src/hooks/user')['useUser']
+ const useUserResume: typeof import('./src/hooks/user')['useUserResume']
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
const watchPostEffect: typeof import('vue')['watchPostEffect']
@@ -203,6 +204,7 @@
readonly useSwitchTab: UnwrapRef<typeof import('./src/hooks/router')['useSwitchTab']>
readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
readonly useUser: UnwrapRef<typeof import('./src/hooks/user')['useUser']>
+ readonly useUserResume: UnwrapRef<typeof import('./src/hooks/user')['useUserResume']>
readonly watch: UnwrapRef<typeof import('vue')['watch']>
readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
--
Gitblit v1.9.1