THAI: Added Taiwasese Tea promotion & School Ovaltine

This commit is contained in:
Kenta420 2025-06-06 12:52:02 +07:00
parent 596b47dc0c
commit 9f0af7f077
98 changed files with 84427 additions and 9165 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

@ -20,10 +20,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"
@ -43,4 +44,8 @@ EndIf
If HappyTriosPro = 1 Then
Var HappyTriosProState = "Enable"
EndIf
If TaiwaneseTeaPro = 1 Then
Var TaiwaneseTeaProState = "Enable"
EndIf