This commit is contained in:
wanlop run 2025-06-06 18:35:52 +07:00
commit a54e4ebc84
121 changed files with 76720 additions and 6158 deletions

View file

@ -0,0 +1,9 @@
{
"start": "2025-06-016T00:00:00",
"end": "2025-06-30T00:00:00",
"state": "TaiwaneseTeaProState",
"type": "IMAGE",
"media_thai": "ROOT/taobin_project/image/event/taiwanese_tea/taiwanese_tea_banner.png",
"media_eng": "ROOT/taobin_project/image/event/taiwanese_tea/taiwanese_tea_banner.png",
"event_click": "TabMenuVisibleInst 99\r\nOpenInst 2 \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_taiwanese_tea.lxml\""
}

View file

@ -22,10 +22,11 @@ RootLayoutVisible 15 "show"
Var MatchaEveryDayProState = "Invisible"
Var SchoolOvaltineProState = "Invisible"
Var OreoVolcanoProState = "Invisible"
Var AppleFarmFestivalProState = "Invisible"
Var HappyTriosProState = "Invisible"
Var SchoolOvaltineProState = "Invisible"
Var TaiwaneseTeaProState = "Invisible"
If MatchaEveryDayPro = 1 Then
Var MatchaEveryDayProState = "Enable"
@ -46,3 +47,7 @@ EndIf
If HappyTriosPro = 1 Then
Var HappyTriosProState = "Enable"
EndIf
If TaiwaneseTeaPro = 1 Then
Var TaiwaneseTeaProState = "Enable"
EndIf

View file

@ -0,0 +1,42 @@
<?hurr
#include=menu_head.py
?>
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_default_init.lxml"
Var Timeout = 0
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
SetInstanceIgnoreTouch
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
;include="ROOT/taobin_project/inter/tha/xml/multi/ForProGroup.inc"
TimerReset
</EventTimeout>
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new.lxml"
<?hurr
#include=menu_new_layout_gen_v3.py
?>
</Popup>