chore: refine index.vue

This commit is contained in:
Burt 2024-01-24 15:08:35 +08:00
parent 30336dd722
commit 90b63f394f

View File

@ -16,7 +16,7 @@
<image src="/static/logo.svg" alt="" class="w-40 h-40 block mx-auto" /> <image src="/static/logo.svg" alt="" class="w-40 h-40 block mx-auto" />
</view> </view>
<view class="text-center text-4xl main-title-color mt-4">unibest</view> <view class="text-center text-4xl main-title-color mt-4">unibest</view>
<view class="text-center text-2xl mt-4 mb-8">最好用的 uniapp 开发框架</view> <view class="text-center text-2xl mt-2 mb-8">最好用的 uniapp 开发框架</view>
<view class="text-center text-xl"> <view class="text-center text-xl">
unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板使用 VS Code unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板使用 VS Code
开发具有代码提示自动格式化统一配置代码片段等功能同时内置了大量平时开发常用的基本组件开箱即用让你编写 开发具有代码提示自动格式化统一配置代码片段等功能同时内置了大量平时开发常用的基本组件开箱即用让你编写
@ -49,6 +49,7 @@ const onCopy = () => {
<style> <style>
.main-title-color { .main-title-color {
/* color: #2c8d39; */
color: #d14328; color: #d14328;
} }
</style> </style>