JS脚本:一只爱可菲(厨娘版)【更新】、JS脚本:联机锄地【新增】 (#973)
* JS脚本:一只爱可菲(厨娘版)【更新】 * JS脚本:联机锄地【新增】 * 修正了几个问题
This commit is contained in:
61
repo/js/OnlineHoeing/settings.json
Normal file
61
repo/js/OnlineHoeing/settings.json
Normal file
@@ -0,0 +1,61 @@
|
||||
[
|
||||
{
|
||||
"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