1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Refactor: deep methods reworked for better performance

This commit is contained in:
LmeSzinc
2025-03-17 01:38:51 +08:00
parent 93644384cf
commit 477f917262
16 changed files with 560 additions and 120 deletions

View File

@@ -37,17 +37,15 @@ from pywebio.output import (
use_scope,
)
from pywebio.pin import pin, pin_on_change
from pywebio.session import (download, go_app, info, local, register_thread, run_js, set_env)
from pywebio.session import download, go_app, info, local, register_thread, run_js, set_env
import module.webui.lang as lang
from module.config.config import AzurLaneConfig, Function
from module.config.deep import deep_get, deep_iter, deep_set
from module.config.env import IS_ON_PHONE_CLOUD
from module.config.utils import (
alas_instance,
alas_template,
deep_get,
deep_iter,
deep_set,
dict_to_kv,
filepath_args,
filepath_config,