THAI: Added script catalog layout v3

This commit is contained in:
Kenta420 2025-03-06 16:03:56 +07:00
parent 4df9405451
commit 3c966ee66d
124 changed files with 137793 additions and 15 deletions

14
xml/v3/open_catalog.ev Normal file
View file

@ -0,0 +1,14 @@
If SpiralOnline = "true" Then
Open "/mnt/sdcard/coffeevending/taobin_project/xml/v3/page_catalog_with_vending.xml"
If Seeker = "next" Then
Open "/mnt/sdcard/coffeevending/taobin_project/xml/v3/page_catalog3.xml"
Else
Open "/mnt/sdcard/coffeevending/taobin_project/xml/v3/page_catalog_with_vending.xml"
EndIf
Else
Open "/mnt/sdcard/coffeevending/taobin_project/xml/v3/page_catalog3.xml"
EndIf