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

Merge branch 'master' of LmeSzinc

This commit is contained in:
2024-08-28 20:19:03 +08:00
parent 2a0669b38f
commit 8d5cbbd3cc
15 changed files with 477 additions and 127 deletions

View File

@@ -13,6 +13,15 @@ MOD_FUNC_DICT = {
MOD_CONFIG_DICT = {}
def get_available_func():
return (
'Daemon',
'OpsiDaemon',
'AzurLaneUncensored',
'Benchmark',
'GameManager',
)
def get_available_mod():
return set(MOD_DICT)