Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 将pipeline_override改回param #9

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
]
}
}
}
}
Loading