From e12c719eca686c2c41f00a1a1c7b337b9b1170f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com>
Date: Sun, 11 Feb 2024 00:01:00 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20unibest=20=E9=A6=96=E9=A1=B5=E4=B8=8D?=
=?UTF-8?q?=E5=8A=A0hello-unibest=E9=A1=B9=E7=9B=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/index/index.vue | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 5099947..9dc6274 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -19,16 +19,6 @@
最好用的 uniapp 开发模板
{{ description }}
详细示例 参考 hello-unibest 项目
-
-
-
- {{ quoteUrl }}
-
-
-
-
- {{ quoteUrl }}
-
@@ -37,7 +27,6 @@
const { safeAreaInsets } = uni.getSystemInfoSync()
const author = ref('菲鸽')
-const quoteUrl = ref('https://github.com/codercup/hello-unibest')
const description = ref(
'unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写 uniapp 拥有 best 体验。',
)