From 8b2522ceeefdf40c12bca47b2a6cc00adb371986 Mon Sep 17 00:00:00 2001 From: zhaoruhui Date: Fri, 7 Nov 2025 12:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node_modules/.vue-global-types/vue_3.5_0.d.ts | 7 +++---- vite.config.js | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/.vue-global-types/vue_3.5_0.d.ts b/node_modules/.vue-global-types/vue_3.5_0.d.ts index a9cba71..1651827 100644 --- a/node_modules/.vue-global-types/vue_3.5_0.d.ts +++ b/node_modules/.vue-global-types/vue_3.5_0.d.ts @@ -5,10 +5,9 @@ export {}; const __VLS_directiveBindingRestFields: { instance: null, oldValue: null, modifiers: any, dir: any }; const __VLS_unref: typeof import('vue').unref; const __VLS_placeholder: any; + const __VLS_intrinsics: import('vue/jsx-runtime').JSX.IntrinsicElements; - type __VLS_NativeElements = __VLS_SpreadMerge; - type __VLS_IntrinsicElements = import('vue/jsx-runtime').JSX.IntrinsicElements; - type __VLS_Element = import('vue/jsx-runtime').JSX.Element; + type __VLS_Elements = __VLS_SpreadMerge; type __VLS_GlobalComponents = import('vue').GlobalComponents; type __VLS_GlobalDirectives = import('vue').GlobalDirectives; type __VLS_IsAny = 0 extends 1 & T ? true : false; @@ -31,7 +30,7 @@ export {}; ? K extends { __ctx?: { props?: infer P } } ? NonNullable

: never : T extends (props: infer P, ...args: any) => any ? P : {}; - type __VLS_FunctionalComponent = (props: (T extends { $props: infer Props } ? Props : {}) & Record, ctx?: any) => __VLS_Element & { + type __VLS_FunctionalComponent = (props: (T extends { $props: infer Props } ? Props : {}) & Record, ctx?: any) => import('vue/jsx-runtime').JSX.Element & { __ctx?: { attrs?: any; slots?: T extends { $slots: infer Slots } ? Slots : Record; diff --git a/vite.config.js b/vite.config.js index 1de2492..187e651 100644 --- a/vite.config.js +++ b/vite.config.js @@ -32,6 +32,7 @@ export default defineConfig(({ mode, command }) => { main: './index.html', download: './hcdbqb-download.html', guide: './hcdbqb-guide.html', + loginManagement: './login-management.html', management: './hcdbqb-management.html' }, output: {