We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34acf7e commit b1f64fbCopy full SHA for b1f64fb
2 files changed
submodule/AlasMaaBridge/module/config/argument/args.json
@@ -64,10 +64,9 @@
64
"display": "hide"
65
},
66
"OnePushConfig": {
67
- "type": "input",
+ "type": "textarea",
68
"value": "provider: null",
69
- "mode": "yaml",
70
- "display": "hide"
+ "mode": "yaml"
71
}
72
73
"Optimization": {
submodule/AlasMaaBridge/module/config/argument/argument.yaml
@@ -27,9 +27,9 @@ Error:
27
value: false
28
display: hide
29
OnePushConfig:
30
+ type: textarea
31
mode: yaml
32
value: 'provider: null'
- display: hide
33
Optimization:
34
WhenTaskQueueEmpty:
35
value: stay_there
0 commit comments