mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Opt: Rich logging
This commit is contained in:
@@ -3,6 +3,7 @@ from module.config.config_updater import ConfigUpdater
|
||||
from module.webui.config import WebuiConfig
|
||||
from multiprocessing.managers import SyncManager
|
||||
|
||||
|
||||
class Setting:
|
||||
"""
|
||||
Shared settings
|
||||
@@ -15,6 +16,7 @@ class Setting:
|
||||
manager: SyncManager = None
|
||||
reload: bool = False
|
||||
electron: bool = False
|
||||
theme: str = 'default'
|
||||
|
||||
@classmethod
|
||||
def init(cls):
|
||||
|
||||
Reference in New Issue
Block a user