From 4b91563443824b5e80fca2d8dc71c79a3d9ea05d Mon Sep 17 00:00:00 2001
From: openbao <14030756+openbao@user.noreply.gitee.com>
Date: Tue, 30 Jan 2024 16:17:12 +0000
Subject: [PATCH] =?UTF-8?q?!6=20=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=20Merge=20pull=20request=20!6=20from=20openb?=
=?UTF-8?q?ao/feat-new-home?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/index/index.vue | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 2c5827e..43120ac 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -13,25 +13,21 @@
:style="{ marginTop: safeAreaInsets?.top + 'px' }"
>
-
+
- unibest
+ unibest
最好用的 uniapp 开发模板
-
- unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code
- 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写
- uniapp 拥有 best 体验。
- 详细示例 参考 hello-unibest 项目
+ {{ description }}
+ 详细示例 参考 hello-unibest 项目
+
-
- https://github.com/codercup/hello-unibest
-
+ {{ quoteUrl }}
+
- https://github.com/codercup/hello-unibest
+ {{ quoteUrl }}
@@ -41,6 +37,10 @@
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 体验。',
+)
onLoad(() => {
console.log(author)
@@ -49,7 +49,6 @@ onLoad(() => {