-
Notifications
You must be signed in to change notification settings - Fork 192
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
把interface的部分option隐藏 #519
Comments
Saratoga-Official
changed the title
interface的option比较多时,MaaPiCli的选择时间会很长
把interface的部分option隐藏
Jan 18, 2025
可以加个 default_case |
This comment has been minimized.
This comment has been minimized.
对应m9a的话,就像 "task": {
{
"name": "局外演绎:黄昏的音序",
"entry": "SeriesOfDusks",
"option": [
"触媒选择(非速刷)",
"速刷第一层(需将“刻画生长-指引之歌”点满)"
]
}
},
"option": {
"触媒选择(非速刷)": {
"cases": [
{
"name": "术式神灯",
"pipeline_override": {}
},
{
"name": "石榴心血",
"pipeline_override": {
"SODStart_MediaSelect": {
"template": "OutsideDeduction/SODStart_Media_PomegranateHeartBleeding.png"
}
}
},
{
"name": "精神视界",
"pipeline_override": {
"SODStart_MediaSelect": {
"template": "OutsideDeduction/SODStart_Media_SpiritualVision.png"
}
}
},
{
"name": "仪式匕首",
"pipeline_override": {
"SODStart_MediaSelect": {
"template": "OutsideDeduction/SODStart_Media_RitualDagger.png"
}
}
},
{
"name": "曳变灵摆",
"pipeline_override": {
"SODStart_MediaSelect": {
"template": "OutsideDeduction/SODStart_Media_DragChangePendulum.png"
}
}
},
{
"name": "“一”的诫令",
"pipeline_override": {
"SODStart_MediaSelect": {
"template": "OutsideDeduction/SODStart_Media_Commandment.png"
}
}
},
{
"name": "“全”的振歌",
"pipeline_override": {
"SODStart_MediaSelect": {
"template": "OutsideDeduction/SODStart_Media_Song.png"
}
}
},
{
"name": "点金之石",
"pipeline_override": {
"SODStart_MediaSelect": {
"template": "OutsideDeduction/SODStart_Media_MidasStone.png"
}
}
}
]
},
"速刷第一层(需将“刻画生长-指引之歌”点满)": {
"cases": [
{
"name": "No",
"pipeline_override": {}
},
{
"name": "Yes",
"pipeline_override": {
"SOD_UNOPENED": {
"next": "ODR_Start"
}
}
}
]
} 分成速刷和非速刷,如果选择速刷就不显示"触媒选择(非速刷)"这个选项 |
我是考虑到目前通用gui(比如mfa)只支持winx64设备,别的设备还是得用maapicil的,而且就算是用mfa,一个任务设置十几到二十几的选项也很麻烦,虽然不用都设置了,但是显得很长,如果要设置底下的也要来回翻,有些选项对于选择不同选项的人来说是完全没必要设置的,比如一个关卡有五个战斗节点,我只想打第一个节点就只显示第一个节点的设置,把后续节点的设置全部隐藏更好,只有五个节点全部打的人才显示全部的选项 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我在一个任务里塞了十几个选项用来处理各种情况,这样会显得特别长,如果选项能有个隐藏功能,我没设置某个选项就不显示后续选项就好了,这样能节省不少设置时间,尤其是使用MaaPiCli,必须全选完才能用
The text was updated successfully, but these errors were encountered: