1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 13:19:25 +08:00

fix: add the newly added mains and events to the scheduler priority

This commit is contained in:
0O0o0oOoO00
2025-09-01 00:22:57 +08:00
parent c823e21b77
commit f2137c699a

View File

@@ -380,6 +380,33 @@ class ManualConfig:
USE_DATA_KEY = False USE_DATA_KEY = False
class ManualConfig(ManualConfig):
SCHEDULER_PRIORITY = """
Restart
> OpsiCrossMonth
> Commission > Tactical > Research
> Exercise
> Dorm > Meowfficer > Guild > Gacha
> Reward
> ShopFrequent > ShopOnce > Shipyard > Freebies
> PrivateQuarters
> OpsiExplore
> Minigame > Awaken
> OpsiAshBeacon
> OpsiDaily > OpsiShop > OpsiVoucher
> OpsiAbyssal > OpsiStronghold > OpsiObscure > OpsiArchive
> Daily > Hard > OpsiAshBeacon > OpsiAshAssist > OpsiMonthBoss
> Sos > EventSp > EventA > EventB > EventC > EventD
> RaidDaily > CoalitionSp > WarArchives > MaritimeEscort
> Event > Event2 > Event3 > Event4 > Event5 > Event6
> Raid > Hospital > Coalition
> Main > Main2 > Main3 > Main4 > Main5 > Main6
> OpsiMeowfficerFarming
> GemsFarming
> OpsiHazard1Leveling
"""
ADDING = ''.join([chr(int(f)) for f in ManualConfig.OS_EXPLORE_CENTER.split('>')]) ADDING = ''.join([chr(int(f)) for f in ManualConfig.OS_EXPLORE_CENTER.split('>')])