1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 19:17:21 +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

@@ -6,8 +6,8 @@ from pywebio.output import put_buttons, put_markdown
from pywebio.session import defer_call, hold, run_js, set_env
import module.webui.lang as lang
from module.config.utils import (LANGUAGES, deep_get, deep_iter, deep_set,
filepath_i18n, read_file, write_file)
from module.config.deep import deep_get, deep_iter, deep_set
from module.config.utils import LANGUAGES, filepath_i18n, read_file, write_file
def translate():