HKG: Multi-instance v3

This commit is contained in:
Ittipat Lusuk 2025-05-23 15:28:10 +07:00
parent a998b2f04a
commit ec8f8598d9
44 changed files with 113905 additions and 61 deletions

View file

@ -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\""
}

View file

@ -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\""
}

View file

@ -0,0 +1,9 @@
{
"start": "2025-05-19T00:00:00",
"end": "2025-05-31T00:00:00",
"state": "SchoolOvaltineProState",
"type": "VIDEO",
"media_thai": "ROOT/taobin_project/image/event/school_ovaltine/school_ovaltine.mp4",
"media_eng": "ROOT/taobin_project/image/event/school_ovaltine/school_ovaltine.mp4",
"event_click": "TabMenuVisibleInst 99\r\nOpenInst 2 \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_school_ovaltine.lxml\""
}

View file

@ -0,0 +1,9 @@
{
"start": "2025-05-01T00:00:00",
"end": "2025-05-19T00:00:00",
"state": "MatchaEveryDayProState",
"type": "IMAGE",
"media_thai": "ROOT/taobin_project/image/event/matcha_every_day/matcha_every_day2.png",
"media_eng": "ROOT/taobin_project/image/event/matcha_every_day/matcha_every_day2.png",
"event_click": "TabMenuVisibleInst 99\r\nOpenInst 2 \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_matcha_every_day.lxml\""
}

View file

@ -0,0 +1,9 @@
{
"start": "2025-05-01T00:00:00",
"end": "2025-05-31T00:00:00",
"state": "OreoVolcanoProState",
"type": "IMAGE",
"media_thai": "ROOT/taobin_project/image/event/oreo_volcano/oreo_volcano_banner.png",
"media_eng": "ROOT/taobin_project/image/event/oreo_volcano/oreo_volcano_banner.png",
"event_click": "TabMenuVisibleInst 99\r\nOpenInst 2 \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_oreo_volcano.lxml\""
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,9 @@
{
"start": "2025-05-01T00:00:00",
"end": "2025-05-11T00:00:00",
"state": "BoostEnergyProState",
"type": "IMAGE",
"media_thai": "ROOT/taobin_project/image/event/boost_energy/boost_energy.png",
"media_eng": "ROOT/taobin_project/image/event/boost_energy/boost_energy.png",
"event_click": "RootLayoutVisible 10 \"hide\"\r\nOpenInst 2 \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_boost_energy.lxml\""
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,16 @@
<Banner>
<State> #State </State>
<Type> #Type </Type>
<Media>
eval(
If show_eng = "true" Then
Var return = "#MediaEng"
Else
Var return = "#MediaThai"
EndIf
)
</Media>
<EventOnClick>
#EventClick
</EventOnClick>
</Banner>