AUS: start adding v3

This commit is contained in:
Kenta420 2025-06-13 17:57:06 +07:00
parent 50a7c52321
commit 99323a36f7
89 changed files with 78514 additions and 3987 deletions

View file

@ -1,9 +1,14 @@
If WinterWarmersCatalogFlag = 1 Then
Var catalogFile = CountryRootPath + "/xml/page_catalog_winter_warmers.lxml"
If EnableMultiInstance = "true" Then
Var OpenFromPageBoard = 1
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_catalog.lxml"
Else
Var catalogFile = CountryRootPath + "/xml/page_catalog.lxml"
If WinterWarmersCatalogFlag = 1 Then
Var catalogFile = CountryRootPath + "/xml/page_catalog_winter_warmers.lxml"
Else
Var catalogFile = CountryRootPath + "/xml/page_catalog.lxml"
EndIf
Open catalogFile
EndIf
Open catalogFile