fix(task): 修复某些情况下培育会卡在初始饮料技能卡二选一上

This commit is contained in:
XcantloadX 2025-07-07 18:36:28 +08:00
parent 497561c721
commit 0651d949d7
1 changed files with 3 additions and 0 deletions

View File

@ -32,10 +32,13 @@ YELLOW_TARGET = (39, 81, 97)
YELLOW_LOW = (30, 70, 90)
YELLOW_HIGH = (45, 90, 100)
ORANGE_RANGE = ((14, 178, 229), (16, 229, 255))
DEFAULT_COLORS = [
(web2cv(PINK_LOW), web2cv(PINK_HIGH)),
(web2cv(YELLOW_LOW), web2cv(YELLOW_HIGH)),
(web2cv(BLUE_LOW), web2cv(BLUE_HIGH)),
ORANGE_RANGE
]
# 参考图片: