Files
bettergi-scripts-list/repo/js/AutoWoodCutting-Patch/settings.json
提瓦特钓鱼玳师 f83725401c JS脚本-自动伐木[补充] (#332)
* update repo.json

* 添加JS脚本-自动伐木[补充]

仅包含木材 「炬木」和「桃椰子木」

* update repo.json
2025-02-16 09:28:37 +08:00

18 lines
350 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"name": "wood_list",
"type": "select",
"label": "伐木种类",
"options": [
"全选",
"炬木",
"桃椰子木"
]
},
{
"name": "wood_num",
"type": "input-text",
"label": "砍伐数目不填默认2000(只能填0-2000)"
}
]