Skip to content

Commit

Permalink
将param全部换成pipeline_override
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohkahb authored Sep 29, 2024
1 parent 7945e41 commit bd772b4
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 @@ -43,7 +43,7 @@
{
"name": "模拟军演",
"entry": "模拟军演",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "模拟军演_入口"
}
Expand All @@ -63,7 +63,7 @@
{
"name": "周本",
"entry": "WeekInstance",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "ActivityExploration"
}
Expand All @@ -88,7 +88,7 @@
"cases": [
{
"name": "技能书",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "DailyExplore_Entry"
},
Expand All @@ -105,7 +105,7 @@
},
{
"name": "星币",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "DailyExplore_Entry"
},
Expand All @@ -122,7 +122,7 @@
},
{
"name": "经验书",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "DailyExplore_Entry"
},
Expand All @@ -139,7 +139,7 @@
},
{
"name": "遗余之谱(异星灰域商店币)",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "DailyExplore_Entry"
},
Expand All @@ -156,7 +156,7 @@
},
{
"name": "芯片_物攻振奋",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "DailyExplore_Entry"
},
Expand All @@ -173,7 +173,7 @@
},
{
"name": "芯片_能量金刚",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "DailyExplore_Entry"
},
Expand All @@ -190,7 +190,7 @@
},
{
"name": "芯片_切割集中",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "DailyExplore_Entry"
},
Expand All @@ -207,7 +207,7 @@
},
{
"name": "模块_气象山脉",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "DailyExplore_Entry"
},
Expand All @@ -224,7 +224,7 @@
},
{
"name": "模块_灭刃乐团",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "DailyExplore_Entry"
},
Expand All @@ -241,7 +241,7 @@
},
{
"name": "模块_不朽虫洞",
"param": {
"pipeline_override": {
"首页_出击": {
"next": "DailyExplore_Entry"
},
Expand All @@ -262,15 +262,15 @@
"cases": [
{
"name": "Yes",
"param": {
"pipeline_override": {
"Infr_Deal": {
"enabled": true
}
}
},
{
"name": "No",
"param": {
"pipeline_override": {
"Infr_Deal": {
"enabled": false
}
Expand All @@ -282,7 +282,7 @@
"cases": [
{
"name": "第一关45微晶",
"param": {
"pipeline_override": {
"ActivityExploration_2": {
"next": [
"ActivityExploration_3",
Expand All @@ -301,7 +301,7 @@
},
{
"name": "第五关120微晶",
"param": {
"pipeline_override": {
"ActivityExploration_2": {
"next": [
"ActivityExploration_第五关",
Expand All @@ -321,4 +321,4 @@
]
}
}
}
}

0 comments on commit bd772b4

Please sign in to comment.