Skip to content

Commit e12c719

Browse files
committed
feat: unibest 首页不加hello-unibest项目
1 parent ae36539 commit e12c719

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/pages/index/index.vue

-11
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@
1919
<view class="text-center text-2xl mt-2 mb-8">最好用的 uniapp 开发模板</view>
2020
<view class="text-justify max-w-100 m-auto text-4 indent mb-2">{{ description }} </view>
2121
<view class="text-blue mt-8 text-center text-sm"> 详细示例 参考 hello-unibest 项目 </view>
22-
23-
<!-- #ifdef H5 -->
24-
<view class="my-2 text-center">
25-
<a class="my-2 text-center" :href="quoteUrl" target="_blank">{{ quoteUrl }}</a>
26-
</view>
27-
<!-- #endif -->
28-
29-
<!-- #ifndef H5 -->
30-
<view class="my-2 text-left text-sm">{{ quoteUrl }}</view>
31-
<!-- #endif -->
3222
</view>
3323
</template>
3424

@@ -37,7 +27,6 @@
3727
const { safeAreaInsets } = uni.getSystemInfoSync()
3828

3929
const author = ref('菲鸽')
40-
const quoteUrl = ref('https://github.com/codercup/hello-unibest')
4130
const description = ref(
4231
'unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写 uniapp 拥有 best 体验。',
4332
)

0 commit comments

Comments
 (0)