Commit e12c719 1 parent ae36539 commit e12c719 Copy full SHA for e12c719
File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 19
19
<view class="text-center text-2xl mt-2 mb-8">最好用的 uniapp 开发模板</view>
20
20
<view class="text-justify max-w-100 m-auto text-4 indent mb-2">{{ description }} </view>
21
21
<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 -->
32
22
</view>
33
23
</template>
34
24
37
27
const { safeAreaInsets } = uni.getSystemInfoSync()
38
28
39
29
const author = ref('菲鸽')
40
- const quoteUrl = ref('https://github.com/codercup/hello-unibest')
41
30
const description = ref(
42
31
'unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写 uniapp 拥有 best 体验。',
43
32
)
You can’t perform that action at this time.
0 commit comments