HKG: Change more to HKG

This commit is contained in:
Kenta420 2024-08-14 15:36:35 +07:00
parent e86e2c5f5c
commit f937ee434d
28 changed files with 2550 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -967,7 +967,12 @@
;inter-image
If CountryName = "Singapore" Then
Var text5Img = "/text5-SGD.png"
EndIf
EndIf
;inter-image
If CountryName = "HongKong" Then
Var text5Img = "/text5-HKG.png"
EndIf
INT TaobinCredit

View file

@ -22,6 +22,10 @@
If CountryName = "Australia" Then
Open "ROOT/taobin_project/inter/aus/xml/page_drinkfail_aus.lxml"
EndIf
If CountryName = "HongKong" Then
Open "ROOT/taobin_project/inter/hkg/xml/page_drinkfail_hkg.lxml"
EndIf

View file

@ -497,6 +497,10 @@
Var PlaySoundStraw = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Straw_without_change.m4a"
EndIf
If CountryName = "HongKong" Then
Var PlaySoundStraw = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Straw_without_change.m4a"
EndIf
Play PlaySoundStraw
Else
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/drinkfinish.mp3"

View file

@ -13,7 +13,10 @@
If CountryName = "Singapore" Then
Var LangButtonEnable = "Invisible"
EndIf
If CountryName = "HongKong" Then
Var LangButtonEnable = "Invisible"
EndIf
DEBUGVAR LangButtonEnable
@ -70,6 +73,10 @@
Var imgGetChange = "/imgGetChange-SGP.png"
EndIf
;inter-image
If CountryName = "HongKong" Then
Var imgGetChange = "/imgGetChange-HKG.png"
EndIf
;INT StoreCreditAmount
Var StoreCreditAmountStr !assigned StringFmt( StoreCreditAmount, DisplayFormat, PreScaleConvertShow )

File diff suppressed because it is too large Load diff

View file

@ -43,6 +43,11 @@
Open "ROOT/taobin_project/xml/page_payment_cash-UAE.xml"
EndIf
;inter-xml-open
If CountryName = "HongKong" Then
Open "ROOT/taobin_project/xml/page_payment_cash-HKG.xml"
EndIf
Var PreScaleCanculate = 1

View file

@ -61,6 +61,12 @@
Var img_popup15 = "/img_popup15-SGP.png"
EndIf
;inter-image
If CountryName = "HongKong" Then
Var img_popup11 = "/img_popup11-HKG.png"
Var img_popup15 = "/img_popup15-HKG.png"
EndIf
Var CreditAmount = SumCreditAmount

View file

@ -100,6 +100,11 @@
Var img_popup11 = "/img_popup11-SGP.png"
EndIf
;inter-image
If CountryName = "HongKong" Then
Var img_popup11 = "/img_popup11-HKG.png"
EndIf
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>

View file

@ -48,6 +48,11 @@
Var img_popup15 = "/img_popup15-SGP.png"
EndIf
;inter-image
If CountryName = "HongKong" Then
Var img_popup15 = "/img_popup15-HKG.png"
EndIf
DEBUGVAR Seeker.TNumberTaobinCredit
</EventOpen>

View file

@ -188,6 +188,11 @@
Var remainCredit = "/remainCredit-SGP.png"
EndIf
;inter-image
If CountryName = "HongKong" Then
Var remainCredit = "/remainCredit-HKG.png"
EndIf
DEBUGVAR Seeker.CreditCard
DEBUGVAR Seeker.CreditCardRef

View file

@ -63,6 +63,12 @@
Var img_popup15 = "/img_popup15-SGP.png"
EndIf
;inter-image
If CountryName = "HongKong" Then
Var img_popup11 = "/img_popup11-HKG.png"
Var img_popup15 = "/img_popup15-HKG.png"
EndIf
Var CreditAmount = 0