Files
bettergi-scripts-list/repo/js/OnlineHoeing/settings.json
提瓦特钓鱼玳师 3e0cbca7ca JS脚本:一只爱可菲(厨娘版)【更新】、JS脚本:联机锄地【新增】 (#973)
* JS脚本:一只爱可菲(厨娘版)【更新】

* JS脚本:联机锄地【新增】

* 修正了几个问题
2025-06-04 21:34:37 +08:00

61 lines
1.5 KiB
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": "mode",
"type": "select",
"label": "选择加入世界的方式(所有玩家的该选项应一致): \n(选择后在下方对应区域进行设置)",
"options": [
"手动加世界",
"自动加世界"
]
},
{
"name": "player_id",
"type": "select",
"label": "<--------------------------手动加世界-------------------------->\n\n请挑选你的玩家标识: ",
"options": [
"1P",
"2P",
"3P",
"4P"
]
},
{
"name": "player_all",
"type": "select",
"label": "选择玩家总数: ",
"options": [
"2",
"3",
"4"
]
},
{
"name": "match_identity",
"type": "select",
"label": "<--------------------------自动加世界-------------------------->\n注意: 该模式需要选择领队\n\n请挑选你的身份: ",
"options": [
"作为领队(房主)[下方填入队员昵称,空格隔开]",
"作为队员(组车)[下方填入房主uid]"
]
},
{
"name": "match_detail",
"type": "input-text",
"label": "⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬⏬"
},
{
"name": "match_mode",
"type": "select",
"label": "名称匹配模式: ",
"options": [
"全字匹配",
"部分匹配"
]
},
{
"name": "path_folder",
"type": "select",
"label": "<---------------------------路径设置--------------------------->\n选择要执行的路径文件夹: \n(请手动添加到assets文件夹内添加完成后运行一遍程序)",
"options": []
}
]