feat: 首页改版

This commit is contained in:
osiris
2024-02-19 11:19:26 +08:00
parent ef62d26a14
commit 81146ad040
42 changed files with 979 additions and 284 deletions
+10
View File
@@ -249,6 +249,16 @@ export const constantRoute = [
description: '把文本转换成图片,生成长图,具有超多个性文字排版',
}
},
{
path: '/about',
component: () => import('@/components/Home/About.vue'),
name: 'about',
meta: {
title: "关于",
keywords: '关于ranblogs,关于工具站',
description: '',
}
},
{
path: '/404',
component: () => import('@/components/404/404.vue'),