mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
18 lines
446 B
Python
18 lines
446 B
Python
import module.config.server as server
|
|
|
|
|
|
class ManualConfig:
|
|
SERVER = server.server
|
|
|
|
SCHEDULER_PRIORITY = """
|
|
Restart
|
|
> Research > Commission > Tactical > Dorm > Task
|
|
> GuildLogistics > GuildOperation
|
|
> Meowfficer > Gacha > Shop
|
|
> OpsiObscure
|
|
> Exercise > Daily > Hard > OpsiAsh
|
|
> Sos > EventDaily > RaidDaily > WarArchieves
|
|
> OpsiShop > OpsiDaily > OpsiFarm
|
|
> Event > Raid > Main > GemsFarming
|
|
"""
|