JS脚本:BGI-地图追踪加载器(联机版)【更新】 (#1348)
* 适应性更新 * 修复了已知问题(无法制作特色料理) * 适应性更新 * 更新settings * 更改名称
This commit is contained in:
63
repo/js/AutoPathingLoader-MultiUser/settings.json
Normal file
63
repo/js/AutoPathingLoader-MultiUser/settings.json
Normal file
@@ -0,0 +1,63 @@
|
||||
[
|
||||
{
|
||||
"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": [
|
||||
"水晶块@忆雪晴"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user