14 lines
250 B
JSON
14 lines
250 B
JSON
[
|
|
|
|
{
|
|
"name": "folderPath",
|
|
"type": "input-text",
|
|
"label": "要处理的文件夹在js文件夹中的路径",
|
|
"default": "assets"
|
|
},
|
|
{
|
|
"name": "onlyJson",
|
|
"type": "checkbox",
|
|
"label": "是否只处理json文件"
|
|
}
|
|
] |