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

fix: Temporary New year Academy check

This commit is contained in:
0O0o0oOoO00
2026-02-12 18:57:07 +08:00
parent 2e46dbd09d
commit e784b293f9
3 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -4,4 +4,5 @@ from module.base.template import Template
# This file was automatically generated by dev_tools/button_extract.py.
# Don't modify it manually.
my_ACADEMY_CHECK = Button(area={'cn': (1046, 188, 1137, 210), 'en': (1046, 188, 1137, 210), 'jp': (1046, 188, 1137, 210), 'tw': (1046, 188, 1137, 210)}, color={'cn': (133, 135, 165), 'en': (133, 135, 165), 'jp': (133, 135, 165), 'tw': (133, 135, 165)}, button={'cn': (1046, 188, 1137, 210), 'en': (1046, 188, 1137, 210), 'jp': (1046, 188, 1137, 210), 'tw': (1046, 188, 1137, 210)}, file={'cn': './assets/cn/ui/my_ACADEMY_CHECK.png', 'en': './assets/cn/ui/my_ACADEMY_CHECK.png', 'jp': './assets/cn/ui/my_ACADEMY_CHECK.png', 'tw': './assets/cn/ui/my_ACADEMY_CHECK.png'})
my_SHOP_GOTO_MUNITIONS = Button(area={'cn': (963, 539, 1241, 635), 'en': (963, 539, 1241, 635), 'jp': (963, 539, 1241, 635), 'tw': (963, 539, 1241, 635)}, color={'cn': (180, 179, 184), 'en': (180, 179, 184), 'jp': (180, 179, 184), 'tw': (180, 179, 184)}, button={'cn': (963, 539, 1241, 635), 'en': (963, 539, 1241, 635), 'jp': (963, 539, 1241, 635), 'tw': (963, 539, 1241, 635)}, file={'cn': './assets/cn/ui/my_SHOP_GOTO_MUNITIONS.png', 'en': './assets/en/ui/my_SHOP_GOTO_MUNITIONS.png', 'jp': './assets/jp/ui/my_SHOP_GOTO_MUNITIONS.png', 'tw': './assets/tw/ui/my_SHOP_GOTO_MUNITIONS.png'})

View File

@@ -8,6 +8,9 @@ from module.retire.assets import DOCK_CHECK
from module.ui.assets import *
from module.ui_white.assets import *
from module.ui.my_assets import my_ACADEMY_CHECK
ACADEMY_CHECK = my_ACADEMY_CHECK
class Page:
# Key: str, page name like "page_main"