feat(工具箱): 添加“JSON 编辑器”工具
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user