mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-29 05:55:31 +08:00
Refactor: deep methods reworked for better performance
This commit is contained in:
@@ -6,10 +6,11 @@ from cached_property import cached_property
|
||||
|
||||
from deploy.utils import DEPLOY_TEMPLATE, poor_yaml_read, poor_yaml_write
|
||||
from module.base.timer import timer
|
||||
from module.config.deep import deep_default, deep_get, deep_iter, deep_pop, deep_set
|
||||
from module.config.env import IS_ON_PHONE_CLOUD
|
||||
from module.config.redirect_utils.utils import *
|
||||
from module.config.server import VALID_CHANNEL_PACKAGE, VALID_PACKAGE, VALID_SERVER_LIST, to_package, to_server
|
||||
from module.config.utils import *
|
||||
from module.config.redirect_utils.utils import *
|
||||
|
||||
CONFIG_IMPORT = '''
|
||||
import datetime
|
||||
|
||||
Reference in New Issue
Block a user