7个周本自动js脚本、自动购买狗粮改进、王狼自动刷取改进 (#432)
* manifest.json * main.js * Update main.js * Update manifest.json * Update main.js * Add files via upload
This commit is contained in:
87
repo/js/料理制作及食材加工/settings.json
Normal file
87
repo/js/料理制作及食材加工/settings.json
Normal file
@@ -0,0 +1,87 @@
|
||||
[
|
||||
{
|
||||
"name": "foodName",
|
||||
"type": "input-text",
|
||||
"label": "请输入料理的拼音小写"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "foodNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入料理的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "flourNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入面粉的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "creamNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入奶油的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "smokedPoultryNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入熏禽肉的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "butterNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入黄油的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "hamNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入火腿的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "sugarNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入糖的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "spiceNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入香辛料的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "crabRoeNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入蟹黄的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "jamNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入的果酱加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "cheeseNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入奶酪的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "baconNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入培根的加工数量"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "sausageNum",
|
||||
"type": "input-text",
|
||||
"label": "请输入香肠的加工数量"
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user