AUS: Super hot promotion

This commit is contained in:
Kenta420 2025-06-30 12:41:08 +07:00
parent dfe79bf41f
commit 6f9f3acacd
125 changed files with 4909 additions and 68 deletions

View file

@ -1 +1 @@
/event/promotion_happy_easter.lxml
/event/promotion_hug_in_a_cup.lxml

File diff suppressed because it is too large Load diff

View file

@ -1 +1 @@
Open "ROOT/taobin_project/inter/aus/xml/page_catalog_group_pro_happy_easter.lxml"
Open "ROOT/taobin_project/inter/aus/xml/page_catalog_group_pro_hug_in_a_cup.lxml"

View file

@ -12,12 +12,3 @@
</EventOnClick>
</Button>
<EventUnitTest1>
Var BigButtonEnable = "Enable"
Refresh
</EventUnitTest1>
<EventUnitTest2>
Var BigButtonEnable = "Invisible"
Refresh
</EventUnitTest2>

View file

@ -1,5 +1,9 @@
; australia
DEBUGVAR HappyEasterPro
DEBUGVAR AutumnBreezePro
DEBUGVAR TasteTheJourneyPro
DEBUGVAR HugInACupPro
; zone promote
Var BigButtonEnable = "Enable"
@ -18,6 +22,12 @@ If TasteTheJourneyPro = 1 Then
Var RecommendPage = "ROOT/taobin_project/inter/aus/xml/event/promotion_taste_the_journey.lxml"
EndIf
If HugInACupPro = 1 Then
Var RecommendPage = "ROOT/taobin_project/inter/aus/xml/event/promotion_hug_in_a_cup.lxml"
EndIf
DEBUGVAR CatalogLayoutV3
If CatalogLayoutV3 = 1 Then
SAVELOG " CatalogLayoutV3 CatalogLayoutV3 CatalogLayoutV3 CatalogLayoutV3 CatalogLayoutV3 CatalogLayoutV3"
@ -28,12 +38,12 @@ Else
DEBUGVAR BigButtonEnable
OpenInst 2 FileRecommendToOpen
OpenInst 2 RecommendPage
Var OpenFromPageBoard = 0
Else
Open FileRecommendToOpen
Open RecommendPage
EndIf
EndIf

View file

@ -15,6 +15,7 @@ Var CleanFeedbackFlag = 0
Var HappyEasterPro = 0
Var AutumnBreezePro = 0
Var TasteTheJourneyPro = 0
Var HugInACupPro = 0
If SystemDateMonthInt = 4 Then
Var HappyEasterPro = 1
@ -28,6 +29,10 @@ If SystemDateMonthInt = 6 Then
Var TasteTheJourneyPro = 1
EndIf
If SystemDateMonthInt = 7 Then
Var HugInACupPro = 1
EndIf
Var XMLLiveInfoEnable = 1
DEBUGVAR Propepsi99Enable