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(() => {