From 1efb68cb9bff78ee9f0946a273b6c72deea5c86a Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Sat, 21 Jun 2025 15:29:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20=E5=B0=86=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=88=86=E6=94=AF=E4=BB=8Etabbar=E6=9B=B4=E6=96=B0=E4=B8=BAbas?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 692dea7..01b37fa 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -24,7 +24,7 @@ 模板分支是: - tabbar + base From e2c319079a19dc9ecddac05b6a0712d2138cdba7 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Sat, 21 Jun 2025 15:30:53 +0800 Subject: [PATCH 2/3] =?UTF-8?q?refactor(about):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E5=AF=BC=E8=88=AA=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=B9=B6=E7=AE=80=E5=8C=96=E9=A1=B5=E9=9D=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/about/about.vue | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/pages/about/about.vue b/src/pages/about/about.vue index 426555a..5f11f82 100644 --- a/src/pages/about/about.vue +++ b/src/pages/about/about.vue @@ -9,19 +9,12 @@ @@ -31,11 +24,6 @@ import UploadComp from './components/upload.vue' // 获取屏幕边界到安全区域距离 const { safeAreaInsets } = uni.getSystemInfoSync() -const toSubPage = () => { - uni.navigateTo({ - url: '/pages-sub/demo/index', - }) -} // 奇怪:同样的代码放在 vue 里面不会校验到错误,放在 .ts 文件里面会校验到错误 // const testOxlint = (name: string) => { From 144dec888110653ec967c955aea556a4a976926c Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Sat, 21 Jun 2025 15:33:19 +0800 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E8=87=B32.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ca21fa..ea353fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unibest", "type": "commonjs", - "version": "2.14.0", + "version": "2.15.0", "description": "unibest - 最好的 uniapp 开发模板", "update-time": "2025-06-17", "author": {