mirror of
https://gitee.com/dgflash/oops-plugin-excel-to-json.git
synced 2026-09-03 11:03:51 +08:00
修改菜单目录
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user