mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Opt: Use user-friendly yaml in notify
This commit is contained in:
@@ -136,8 +136,8 @@
|
||||
},
|
||||
"OnePushConfig": {
|
||||
"type": "textarea",
|
||||
"value": "{}",
|
||||
"mode": "json"
|
||||
"value": "provider: null",
|
||||
"mode": "yaml"
|
||||
},
|
||||
"ScreenshotLength": {
|
||||
"type": "input",
|
||||
|
||||
@@ -45,8 +45,8 @@ Error:
|
||||
SaveError: true
|
||||
OnePushConfig:
|
||||
type: textarea
|
||||
mode: json
|
||||
value: '{}'
|
||||
mode: yaml
|
||||
value: 'provider: null'
|
||||
ScreenshotLength: 1
|
||||
Optimization:
|
||||
ScreenshotInterval: 0.3
|
||||
|
||||
@@ -33,7 +33,7 @@ class GeneratedConfig:
|
||||
# Group `Error`
|
||||
Error_HandleError = True
|
||||
Error_SaveError = True
|
||||
Error_OnePushConfig = '{}'
|
||||
Error_OnePushConfig = 'provider: null'
|
||||
Error_ScreenshotLength = 1
|
||||
|
||||
# Group `Optimization`
|
||||
|
||||
Reference in New Issue
Block a user