Skip to content

Commit ad996da

Browse files
authored
Merge pull request #1689 from LmeSzinc/dev
Bug fix
2 parents 0cb05cb + 5320df9 commit ad996da

45 files changed

Lines changed: 262 additions & 71 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

alas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import inflection
88
from cached_property import cached_property
99

10-
from module.base.resource import del_cached_property
10+
from module.base.decorator import del_cached_property
1111
from module.config.config import AzurLaneConfig, TaskEnd
1212
from module.config.utils import deep_get, deep_set
1313
from module.exception import *

assets/cn/os_ash/BEACON_LIST.gif

22.3 KB
Loading

assets/cn/os_ash/BEACON_LIST.png

-20.4 KB
Binary file not shown.
-12 KB
Binary file not shown.

assets/en/os_ash/BEACON_LIST.gif

19.5 KB
Loading

assets/en/os_ash/BEACON_LIST.png

-13.8 KB
Binary file not shown.
-6.21 KB
Binary file not shown.
-11.5 KB
Binary file not shown.

config/deploy.template-AidLux-cn.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,8 @@ Deploy:
148148
# 'false' for self host cdn (automatically)
149149
# 'https://path.to.your/cdn' to use custom cdn
150150
CDN: false
151+
# --run. Auto-run specified config when startup
152+
# 'null' default no specified config
153+
# '["alas"]' specified "alas" config
154+
# '["alas","alas2"]' specified "alas" "alas2" configs
155+
Run: null

config/deploy.template-AidLux.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,8 @@ Deploy:
148148
# 'false' for self host cdn (automatically)
149149
# 'https://path.to.your/cdn' to use custom cdn
150150
CDN: false
151+
# --run. Auto-run specified config when startup
152+
# 'null' default no specified config
153+
# '["alas"]' specified "alas" config
154+
# '["alas","alas2"]' specified "alas" "alas2" configs
155+
Run: null

0 commit comments

Comments
 (0)