feat: 首页改版
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user