From 13c166139dcc39f9faf5664e17c3abe8ed5683fa Mon Sep 17 00:00:00 2001
From: feige996 <1020102647@qq.com>
Date: Wed, 4 Jun 2025 09:00:34 +0800
Subject: [PATCH 1/6] =?UTF-8?q?Revert=20"style:=20=E7=A7=BB=E9=99=A4?=
=?UTF-8?q?=E6=97=A0=E7=94=A8=E6=A0=B7=E5=BC=8F=E5=B9=B6=E4=BF=AE=E5=A4=8D?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=A3=80=E6=9F=A5=E8=AD=A6=E5=91=8A"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This reverts commit a5a359528a4f2183bd3110dc288c140485345bbe.
---
src/App.vue | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 59 insertions(+), 3 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index b474aee..d32c900 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,3 +1,59 @@
-import { onLaunch, onShow, onHide } from '@dcloudio/uni-app' import
-'abortcontroller-polyfill/dist/abortcontroller-polyfill-only' onLaunch(() => { console.log('App
-Launch') }) onShow(() => { console.log('App Show') }) onHide(() => { console.log('App Hide') })
+
+
+
From 0b4147a15e6c9e1111c48d31dfc74e6278dade46 Mon Sep 17 00:00:00 2001
From: feige996 <1020102647@qq.com>
Date: Wed, 4 Jun 2025 09:02:49 +0800
Subject: [PATCH 2/6] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0lint-staged?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BB=A5=E6=94=AF=E6=8C=81Vue=E6=96=87?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index c7046a7..df0d08b 100644
--- a/package.json
+++ b/package.json
@@ -73,10 +73,10 @@
"prepare": "git init && husky"
},
"lint-staged": {
- "**/*.{html,cjs,json,md,scss,css,txt}": [
+ "**/*.{vue,html,cjs,json,md,scss,css,txt}": [
"prettier --write --cache"
],
- "**/*.{vue,js,ts}": [
+ "**/*.{js,ts}": [
"oxlint --fix",
"prettier --write --cache"
],
From f23d8128f93c1167f337f0c46a1121fd49ec6ee0 Mon Sep 17 00:00:00 2001
From: feige996 <1020102647@qq.com>
Date: Wed, 4 Jun 2025 09:03:13 +0800
Subject: [PATCH 3/6] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=20lint-staged?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/App.vue b/src/App.vue
index d32c900..8cec5a2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -14,7 +14,6 @@ onHide(() => {