修改菜单目录

This commit is contained in:
dgflash
2024-10-17 22:47:41 +08:00
parent 059c0d3ad7
commit a68f19f9f2
3 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
"use strict";
module.exports =
{
name: "Oops Framework",
tools: "Tools",
title: "Excel To Json And Ts",
description: "Oops framework Excel to JSON data plug-in",
excel_to_json: "Excel To Json",

View File

@@ -1,6 +1,8 @@
"use strict";
module.exports =
{
name: "Oops Framework",
tools: "框架工具",
title: "Excel转Json与Ts",
description: "Oops Framework Excel 转 Json 数据插件",
excel_to_json: "Excel To Json",

View File

@@ -63,7 +63,7 @@
},
"menu": [
{
"path": "i18n:menu.extension/oops-framework",
"path": "i18n:oops-plugin-excel-to-json.name/i18n:oops-plugin-excel-to-json.tools",
"label": "i18n:oops-plugin-excel-to-json.title",
"message": "excelToJson"
}