Files
提瓦特钓鱼玳师 8f0a9beca6 JS脚本:BGI-地图追踪加载器(联机版)【更新】 (#1348)
* 适应性更新

* 修复了已知问题(无法制作特色料理)

* 适应性更新

* 更新settings

* 更改名称
2025-07-15 22:14:18 +08:00

63 lines
1.6 KiB
JSON
Raw Permalink 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": [
"水晶块@忆雪晴"
]
}
]