mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: Remember the last used theme (#821)
- Add: Password in deploy config - Opt: Parse yaml value null into None
This commit is contained in:
@@ -23,6 +23,9 @@ def poor_yaml_write_with_lock(data, file, template_file=DEPLOY_TEMPLATE):
|
||||
|
||||
class WebuiConfig:
|
||||
Language = 'zh-CN'
|
||||
WebuiPort = 22267
|
||||
Theme = 'default'
|
||||
Password = None
|
||||
|
||||
def __init__(self, file=DEPLOY_CONFIG):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user