feat: 新增工具:在线文本编辑/HTML获取; 回到顶部

This commit is contained in:
taoran
2024-06-20 14:29:26 +08:00
parent 6e8787a2d0
commit c4bff93b44
5 changed files with 124 additions and 0 deletions
+10
View File
@@ -421,6 +421,16 @@ export const constantRoute = [
description: '提供在线css格式化,在线css压缩工具',
}
},
{
path: '/TextEdit',
component: () => import('@/components/Tools/TextEdit/TextEdit.vue'),
name: 'TextEdit',
meta: {
title: "在线文本编辑/HTML获取",
keywords: '文本编辑,富文本预览,在线编辑文本,文本编辑获取html',
description: '在线富文本编辑, html实时预览,在线编辑文本,文本编辑获取html',
}
},
// 关于
{
path: '/about',