Do
This commit is contained in:
commit
1d7c1c1cb6
92 changed files with 42831 additions and 17251 deletions
|
|
@ -21,7 +21,7 @@
|
|||
EndIf
|
||||
|
||||
If BoxID = 123456 Then
|
||||
Var EnableMultiInstanceFromBoxID = 0
|
||||
Var EnableMultiInstanceFromBoxID = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 201193 Then
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@
|
|||
Var ButtonSpiralStage = "Invisible"
|
||||
If SpiralOnline = "true" Then
|
||||
If SpiralModeFrozenFruit = 1 Then
|
||||
Var ButtonFrozenSmoothie = "Enable
|
||||
Var ButtonFrozenSmoothie = "Enable"
|
||||
Var ButtonSpiralStage = "Invisible"
|
||||
Else
|
||||
Var ButtonSpiralStage = "Enable"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"start": "2025-06-01T00:00:00",
|
||||
"end": "2025-06-30T00:00:00",
|
||||
"state": "AppleFarmFestivalProState",
|
||||
"type": "IMAGE",
|
||||
"media_thai": "ROOT/taobin_project/image/event/apple_farm_festival/apple_farm_festival_banner.png",
|
||||
"media_eng": "ROOT/taobin_project/image/event/apple_farm_festival/apple_farm_festival_banner.png",
|
||||
"event_click": "TabMenuVisibleInst 99\r\nOpenInst 2 \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_apple_farm_festival.lxml\""
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"start": "2025-06-01T00:00:00",
|
||||
"end": "2025-06-30T00:00:00",
|
||||
"state": "HappyTriosProState",
|
||||
"type": "IMAGE",
|
||||
"media_thai": "ROOT/taobin_project/image/event/happy_trios/happy_trios_2.png",
|
||||
"media_eng": "ROOT/taobin_project/image/event/happy_trios/happy_trios_2.png",
|
||||
"event_click": "TabMenuVisibleInst 99\r\nOpenInst 2 \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_happy_trios.lxml\""
|
||||
}
|
||||
|
|
@ -105,6 +105,40 @@
|
|||
<MenuUnavailableLabel> 000013 </MenuUnavailableLabel>
|
||||
</Configuration>
|
||||
<Menus>
|
||||
<Banner>
|
||||
<State> AppleFarmFestivalProState </State>
|
||||
<Type> IMAGE </Type>
|
||||
<Media>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "ROOT/taobin_project/image/event/apple_farm_festival/apple_farm_festival_banner.png"
|
||||
Else
|
||||
Var return = "ROOT/taobin_project/image/event/apple_farm_festival/apple_farm_festival_banner.png"
|
||||
EndIf
|
||||
)
|
||||
</Media>
|
||||
<EventOnClick>
|
||||
TabMenuVisibleInst 99
|
||||
OpenInst 2 "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_apple_farm_festival.lxml"
|
||||
</EventOnClick>
|
||||
</Banner>
|
||||
<Banner>
|
||||
<State> HappyTriosProState </State>
|
||||
<Type> IMAGE </Type>
|
||||
<Media>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "ROOT/taobin_project/image/event/happy_trios/happy_trios_2.png"
|
||||
Else
|
||||
Var return = "ROOT/taobin_project/image/event/happy_trios/happy_trios_2.png"
|
||||
EndIf
|
||||
)
|
||||
</Media>
|
||||
<EventOnClick>
|
||||
TabMenuVisibleInst 99
|
||||
OpenInst 2 "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_happy_trios.lxml"
|
||||
</EventOnClick>
|
||||
</Banner>
|
||||
<Banner>
|
||||
<State> SchoolOvaltineProState </State>
|
||||
<Type> VIDEO </Type>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ RootLayoutVisible 15 "show"
|
|||
Var MatchaEveryDayProState = "Invisible"
|
||||
Var SchoolOvaltineProState = "Invisible"
|
||||
Var OreoVolcanoProState = "Invisible"
|
||||
Var AppleFarmFestivalProState = "Invisible"
|
||||
Var HappyTriosProState = "Invisible"
|
||||
|
||||
If MatchaEveryDayPro = 1 Then
|
||||
Var MatchaEveryDayProState = "Enable"
|
||||
|
|
@ -32,3 +34,11 @@ EndIf
|
|||
If OreoVolcanoPro = 1 Then
|
||||
Var OreoVolcanoProState = "Enable"
|
||||
EndIf
|
||||
|
||||
If AppleFarmFestivalPro = 1 Then
|
||||
Var AppleFarmFestivalProState = "Enable"
|
||||
EndIf
|
||||
|
||||
If HappyTriosPro = 1 Then
|
||||
Var HappyTriosProState = "Enable"
|
||||
EndIf
|
||||
|
|
@ -111,8 +111,15 @@
|
|||
RefreshAll
|
||||
</EventLanguageOnChange>
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/page_help_center/bg_empty.png" </Filename>
|
||||
</Image>
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
; back
|
||||
<Button>
|
||||
|
|
|
|||
|
|
@ -94,6 +94,14 @@
|
|||
RefreshAll
|
||||
</EventLanguageOnChange>
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/page_help_center/bg_empty.png" </Filename>
|
||||
</Image>
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
; back
|
||||
|
|
|
|||
|
|
@ -45,6 +45,14 @@
|
|||
<EventActionOk>
|
||||
</EventActionOk>
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/page_help_center/bg_empty.png" </Filename>
|
||||
</Image>
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
;<Video>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue