From c439d86f55c83e343f14170bbe5d471766f981ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 3 Mar 2024 19:07:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/pages/index/index.vue | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4af48b..48cc856 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ -
unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI + VSCode 驱动的跨端快速启动模板,具有代码提示、自动格式化、统一配置、代码片段、多语言支持等功能,内置了许多常用的基本组件和基本功能,开箱即用,让你编写 uniapp 拥有 best 体验。
+
unibest 是一个集成了多种工具和技术的 uniapp 开发模板,由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI + VSCode 构建,模板具有代码提示、自动格式化、统一配置、代码片段等功能,并内置了许多常用的基本组件和基本功能,让你编写 uniapp 拥有 best 体验。
![](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 30b8e28..d78db6c 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -18,6 +18,28 @@ unibest 最好用的 uniapp 开发模板 {{ description }} + + 在线文档: + + https://codercup.github.io/unibest-docs/ + + + + https://codercup.github.io/unibest-docs/ + + + + + 在线预览: + + https://codercup.github.io/unibest/ + + + + https://codercup.github.io/unibest/ + + + @@ -27,7 +49,7 @@ const { safeAreaInsets } = uni.getSystemInfoSync() const author = ref('菲鸽') const description = ref( - 'unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写 uniapp 拥有 best 体验。', + 'unibest 是一个集成了多种工具和技术的 uniapp 开发模板,由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI + VSCode 构建,模板具有代码提示、自动格式化、统一配置、代码片段等功能,并内置了许多常用的基本组件和基本功能,让你编写 uniapp 拥有 best 体验。', ) onLoad(() => {