From da80cad976828abf0608389de4d6cdda9bbbc6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 30 Oct 2025 22:34:32 +0800 Subject: [PATCH] =?UTF-8?q?chore(AppNaiveUIProvider):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=20BUILD=5FTIME=20=E5=B8=B8=E9=87=8F=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AppNaiveUIProvider.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/AppNaiveUIProvider.vue b/src/AppNaiveUIProvider.vue index 91f0241..cb3069c 100644 --- a/src/AppNaiveUIProvider.vue +++ b/src/AppNaiveUIProvider.vue @@ -30,9 +30,6 @@ declare global { $nMessage?: import('naive-ui').MessageProviderInst; $nNotification?: import('naive-ui').NotificationProviderInst; } - - /** Build time of the project */ - export const BUILD_TIME: string; }