|
@@ -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>
|