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

This commit is contained in:
2025-10-26 22:31:46 +08:00
parent 84273c3689
commit 6883e54a1b
2 changed files with 159 additions and 0 deletions

View File

@@ -128,6 +128,17 @@ export const toolList = [
version: '0',
enabled: false,
},
{
id: 'json-editor',
component: 'Edit/JsonEditor',
title: 'JSON 编辑器',
iconClass: 'mdi mdi-code-json',
desc: '基于 Monaco Editor 实现的 JSON 编辑器。',
createdAt: '2025-10-26',
updatedAt: '2025-10-26',
version: '1',
enabled: true,
},
{
id: 'json-formatter',
component: 'Edit/JsonFormatter',