feat(工具箱): 添加“文本编辑器”工具

This commit is contained in:
2025-12-21 23:07:26 +08:00
parent 66e1170c58
commit b8113725bf
2 changed files with 261 additions and 0 deletions

View File

@@ -151,6 +151,17 @@ export const toolList = [
enabled: true,
changelogs: CHANGE_LOGS['json-formatter'],
},
{
id: 'text-editor',
component: 'Edit/TextEditor',
title: '文本编辑器',
iconClass: 'mdi mdi-text-long',
desc: '基于 Monaco Editor 实现的文本编辑器。',
createdAt: '2025-12-21',
updatedAt: '2025-12-21',
version: '1',
enabled: true,
},
],
},
{