Skip to content

Commit

Permalink
Merge pull request #9 from LBEILC/dev
Browse files Browse the repository at this point in the history
fix: 将pipeline_override改回param
  • Loading branch information
Tohkahb committed Sep 13, 2024
2 parents 67b97bd + e1a1e2d commit 9d9dbb9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"name": "模拟军演",
"entry": "Rehearsal",
"pipeline_override": {
"param": {
"Sortie": {
"next": "Simulation"
}
Expand All @@ -59,7 +59,7 @@
{
"name": "周本",
"entry": "WeekInstance",
"pipeline_override": {
"param": {
"Sortie": {
"next": "ActivityExploration"
}
Expand All @@ -84,7 +84,7 @@
"cases": [
{
"name": "技能书",
"pipeline_override": {
"param": {
"Sortie": {
"next": "DailyExplore_Entry"
},
Expand All @@ -101,7 +101,7 @@
},
{
"name": "星币",
"pipeline_override": {
"param": {
"Sortie": {
"next": "DailyExplore_Entry"
},
Expand All @@ -118,7 +118,7 @@
},
{
"name": "经验书",
"pipeline_override": {
"param": {
"Sortie": {
"next": "DailyExplore_Entry"
},
Expand All @@ -135,7 +135,7 @@
},
{
"name": "遗余之谱(异星灰域商店币)",
"pipeline_override": {
"param": {
"Sortie": {
"next": "DailyExplore_Entry"
},
Expand All @@ -152,7 +152,7 @@
},
{
"name": "芯片_物攻振奋",
"pipeline_override": {
"param": {
"Sortie": {
"next": "DailyExplore_Entry"
},
Expand All @@ -169,7 +169,7 @@
},
{
"name": "芯片_能量金刚",
"pipeline_override": {
"param": {
"Sortie": {
"next": "DailyExplore_Entry"
},
Expand All @@ -186,7 +186,7 @@
},
{
"name": "芯片_切割集中",
"pipeline_override": {
"param": {
"Sortie": {
"next": "DailyExplore_Entry"
},
Expand All @@ -203,7 +203,7 @@
},
{
"name": "模块_气象山脉",
"pipeline_override": {
"param": {
"Sortie": {
"next": "DailyExplore_Entry"
},
Expand All @@ -220,7 +220,7 @@
},
{
"name": "模块_灭刃乐团",
"pipeline_override": {
"param": {
"Sortie": {
"next": "DailyExplore_Entry"
},
Expand All @@ -237,7 +237,7 @@
},
{
"name": "模块_不朽虫洞",
"pipeline_override": {
"param": {
"Sortie": {
"next": "DailyExplore_Entry"
},
Expand All @@ -258,15 +258,15 @@
"cases": [
{
"name": "Yes",
"pipeline_override": {
"param": {
"Infr_Deal": {
"enabled": true
}
}
},
{
"name": "No",
"pipeline_override": {
"param": {
"Infr_Deal": {
"enabled": false
}
Expand All @@ -278,7 +278,7 @@
"cases": [
{
"name": "第一关45微晶",
"pipeline_override": {
"param": {
"ActivityExploration_2": {
"next": [
"ActivityExploration_3",
Expand All @@ -297,7 +297,7 @@
},
{
"name": "第五关120微晶",
"pipeline_override": {
"param": {
"ActivityExploration_2": {
"next": [
"ActivityExploration_第五关",
Expand All @@ -317,4 +317,4 @@
]
}
}
}
}

0 comments on commit 9d9dbb9

Please sign in to comment.