Files
bettergi-scripts-list/repo/js/多层文件夹处理/settings.json

14 lines
250 B
JSON

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