From 6018321d7e3078921eecac7de5cb91a1c698bcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 24 Oct 2025 22:10:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor(locales-4-route):=20=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E6=B6=88=E6=81=AF=E8=87=AA=E5=8A=A8=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-imports.d.ts | 4 ++-- .../{messages-auto-imports.ts => _messages-auto-imports.ts} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/locales-4-route/{messages-auto-imports.ts => _messages-auto-imports.ts} (100%) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 3eaa6f5..d9d86f1 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -59,7 +59,7 @@ declare global { const isReadonly: typeof import('vue')['isReadonly'] const isRef: typeof import('vue')['isRef'] const isShallow: typeof import('vue')['isShallow'] - const locales4RouteMessages: typeof import('./src/locales-4-route/messages-auto-imports')['locales4RouteMessages'] + const locales4RouteMessages: typeof import('./src/locales-4-route/_messages-auto-imports')['locales4RouteMessages'] const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable'] const mapActions: typeof import('pinia')['mapActions'] const mapGetters: typeof import('pinia')['mapGetters'] @@ -397,7 +397,7 @@ declare module 'vue' { readonly isReadonly: UnwrapRef readonly isRef: UnwrapRef readonly isShallow: UnwrapRef - readonly locales4RouteMessages: UnwrapRef + readonly locales4RouteMessages: UnwrapRef readonly makeDestructurable: UnwrapRef readonly mapActions: UnwrapRef readonly mapGetters: UnwrapRef diff --git a/src/locales-4-route/messages-auto-imports.ts b/src/locales-4-route/_messages-auto-imports.ts similarity index 100% rename from src/locales-4-route/messages-auto-imports.ts rename to src/locales-4-route/_messages-auto-imports.ts