THAI: Kingdom Thai tea, new Yuzu menus, new Pepsi menus and re-order menus in catalog

This commit is contained in:
Kenta420 2025-03-17 14:58:27 +07:00
parent 172c4d2907
commit 1fd526c1f4
156 changed files with 40125 additions and 8279 deletions

View file

@ -0,0 +1,9 @@
{
"start": "2025-04-01T00:00:00",
"end": "2025-04-30T00:00:00",
"state": "KingdomThaiTeaProState",
"type": "IMAGE",
"media_thai": "ROOT/taobin_project/image/event/kingdom_thai_tea/kingdom_thai_tea.png",
"media_eng": "ROOT/taobin_project/image/event/kingdom_thai_tea/kingdom_thai_tea.png",
"event_click": "Open \"ROOT/taobin_project/xml/v3/page_catalog_group_pro_kingdom_thai_tea.xml\""
}

File diff suppressed because it is too large Load diff

View file

@ -5,6 +5,7 @@ Var FileRecommendToOpen = "ROOT/taobin_project/xml/v3/event/event_v3/active_prom
Var MatchaEveryDayProState = "Invisible"
Var CoconutMilkProState = "Invisible"
Var KingdomThaiTeaProState = "Invisible"
If CoconutMilkPro = 1 Then
Var CoconutMilkProState = "Enable"
@ -13,3 +14,7 @@ EndIf
If MatchaEveryDayPro = 1 Then
Var MatchaEveryDayProState = "Enable"
EndIf
If KingdomThaiTeaPro = 1 Then
Var KingdomThaiTeaProState = "Enable"
EndIf