chore(view): update swipe text

This commit is contained in:
xiangshu233 2024-02-23 21:38:53 +08:00
parent f4abc0c6db
commit 89bd2b2392

View File

@ -47,6 +47,14 @@ const getSwipeText = computed(() => {
title: '💡 最新技术栈',
details: '基于Vue3、Vant4、Vite、TypeScript、UnoCSS等最新技术栈开发',
},
{
title: '✨ 零配置 ESlint',
details: '使用 git hook 进行 lint commit规范化提交',
},
{
title: '🌠 使用最新的 <script setup> 语法',
details: 'Vue 3.4+ 最新语法',
},
{
title: '⚡️ 轻量快速的热重载',
details: '无论应用程序大小如何都始终极快的模块热重载HMR',
@ -61,11 +69,11 @@ const getSwipeText = computed(() => {
},
{
title: '📊 内置 useEcharts hooks',
details: '满足大部分图表展示,只需要写你的 options',
details: '满足大部分图表展示,只需要写你的 Options',
},
{
title: '🥳 完善的登录系统、路由、Axios配置',
details: '所有架构已搭建完毕,你可以直接开发你的业务需求',
details: '所有基础设施已搭建完毕,你可以直接开发你的业务需求',
},
]
})