From ba4310dba36b68e70c3952f8c0a08dd2b40717cb Mon Sep 17 00:00:00 2001 From: Burt Date: Wed, 8 Jan 2025 21:19:33 +0800 Subject: [PATCH 1/9] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95=20standard-versi?= =?UTF-8?q?on:=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main.ts b/src/main.ts index 8e4466e..fed8454 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,9 +1,10 @@ +import '@/style/index.scss' +import 'virtual:uno.css' import { createSSRApp } from 'vue' import App from './App.vue' +import { prototypeInterceptor, requestInterceptor, routeInterceptor } from './interceptors' import store from './store' -import { routeInterceptor, requestInterceptor, prototypeInterceptor } from './interceptors' -import 'virtual:uno.css' -import '@/style/index.scss' +// 测试 standard-version: feature export function createApp() { const app = createSSRApp(App) From 32820c554376eff71453effc7810571e7772a54a Mon Sep 17 00:00:00 2001 From: Burt Date: Wed, 8 Jan 2025 21:20:22 +0800 Subject: [PATCH 2/9] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=20standard-versio?= =?UTF-8?q?n:=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index d0dface..77d5cac 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@