Skip to content

Commit 4fe61a5

Browse files
committed
feat: 清紫糖
1 parent f602b00 commit 4fe61a5

2 files changed

Lines changed: 526 additions & 1 deletion

File tree

assets/interface.json

Lines changed: 104 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@
8686
"description": "",
8787
"option": ["圣团巡礼-收获世界树", "圣团巡礼-每日冒险"]
8888
},
89+
{
90+
"name": "清紫糖",
91+
"label": "清紫糖",
92+
"entry": "清紫糖_开始",
93+
"default_check": true,
94+
"description": "",
95+
"option": ["清紫糖-克隆工厂", "清紫糖-副本"]
96+
},
8997
{
9098
"name": " ——— 活动任务 ———",
9199
"label": "——— 活动任务 ———",
@@ -323,7 +331,102 @@
323331
"name": "Yes"
324332
}
325333
]
326-
}
334+
},
327335
// ========== 圣团巡礼 ==========
336+
// ========== 清紫糖 ==========
337+
"清紫糖-克隆工厂": {
338+
"type": "switch",
339+
"label": "克隆工厂作战",
340+
"description": "",
341+
"cases": [
342+
{
343+
"name": "No",
344+
"pipeline_override": {
345+
"清紫糖_克隆工厂开始": {
346+
"next": "清紫糖_克隆工厂结束"
347+
}
348+
}
349+
},
350+
{
351+
"name": "Yes",
352+
"option": ["清紫糖-克隆工厂-选择关卡"]
353+
}
354+
]
355+
},
356+
"清紫糖-克隆工厂-选择关卡": {
357+
"type": "input",
358+
"label": "克隆工厂关卡",
359+
"description": "",
360+
"inputs": [
361+
{
362+
"name": "关卡",
363+
"label": "克隆工厂关卡",
364+
"description": "",
365+
"default": "1",
366+
"pipeline_type": "int",
367+
"verify": "^\\d+$"
368+
}
369+
],
370+
"pipeline_override": {
371+
"清紫糖_选择克隆工厂关卡": {
372+
"custom_action_param": "l={关卡}"
373+
}
374+
}
375+
},
376+
"清紫糖-副本": {
377+
"type": "switch",
378+
"label": "副本作战",
379+
"description": "",
380+
"cases": [
381+
{
382+
"name": "No",
383+
"pipeline_override": {
384+
"清紫糖_副本开始": {
385+
"next": "清紫糖_副本结束"
386+
}
387+
}
388+
},
389+
{
390+
"name": "Yes",
391+
"option": ["清紫糖-副本-选择副本"]
392+
}
393+
]
394+
},
395+
"清紫糖-副本-选择副本": {
396+
"type": "select",
397+
"label": "选择副本",
398+
"description": "",
399+
"cases": [
400+
{
401+
"name": "到手蜡(蜡笔)",
402+
"pipeline_override": {
403+
"清紫糖_副本开始": {
404+
"next": "清紫糖_油画棒"
405+
}
406+
},
407+
"option": ["清紫糖-副本-选择副本-到手蜡关卡"]
408+
}
409+
]
410+
},
411+
"清紫糖-副本-选择副本-到手蜡关卡": {
412+
"type": "input",
413+
"label": "到手蜡关卡",
414+
"description": "",
415+
"inputs": [
416+
{
417+
"name": "关卡",
418+
"label": "到手蜡关卡",
419+
"description": "",
420+
"default": "1",
421+
"pipeline_type": "int",
422+
"verify": "^\\d+$"
423+
}
424+
],
425+
"pipeline_override": {
426+
"清紫糖_选择到手蜡关卡": {
427+
"custom_action_param": "l={关卡}"
428+
}
429+
}
430+
}
328431
}
329432
}

0 commit comments

Comments
 (0)