1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-01 11:34:53 +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

@@ -9,7 +9,7 @@ from cached_property import cached_property
from module.base.decorator import del_cached_property
from module.config.config import AzurLaneConfig, TaskEnd
from module.config.utils import deep_get, deep_set
from module.config.deep import deep_get, deep_set
from module.exception import *
from module.logger import logger
from module.notify import handle_notify