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
+9
View File
@@ -186,6 +186,15 @@ export function getToolsCate() {
cateId: 3,
cate: '文本处理',
},
{
id: 1,
title: '在线文本编辑/HTML获取',
logo: '/images/logo/richtextEditor.png',
desc: '在线富文本编辑, html实时预览,在线编辑文本,文本编辑获取html',
url: '/textEdit/',
cateId: 3,
cate: '文本处理'
},
]
},
{