HK: Initialize Hong Kong
This commit is contained in:
parent
e12d844dd5
commit
178c71b745
2416 changed files with 182201 additions and 1 deletions
|
|
@ -572,6 +572,10 @@
|
|||
Var CountryName = "Singapore"
|
||||
EndIf
|
||||
|
||||
If StrCountryShort = "HK" Then
|
||||
Var CountryName = "HongKong"
|
||||
EndIf
|
||||
|
||||
If StrCountryShort = "UAE_DUBAI" Then
|
||||
Var CountryName = "UnitedArabEmirates Dubai"
|
||||
EndIf
|
||||
|
|
@ -618,7 +622,10 @@
|
|||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/sgp/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
|
||||
;inter-xml-open
|
||||
If CountryName = "HongKong" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/hk/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR CountDownShowButton
|
||||
|
|
@ -951,6 +958,70 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If CountryName = "HongKong" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/hk/video/script_video.ev"
|
||||
|
||||
Var WebAppShow = "Invisible"
|
||||
EnableLanguage "ENG"
|
||||
SetLanguage "ENG"
|
||||
LanguageControl "UpdateList" "-"
|
||||
|
||||
Var InternationalEnable = 1
|
||||
Var show_eng = "true"
|
||||
Var img_press_main_page = "ROOT/taobin_project/image/main_page_en/bp_main_page_start.png"
|
||||
|
||||
Var ShowNetworkProblemText = "Network error. Payment Cash only."
|
||||
|
||||
Var CountryRootPath = "ROOT/taobin_project/inter/hk/"
|
||||
Var CountryShortName = "sgp"
|
||||
|
||||
Var TextPriceMenuSize = 12
|
||||
Var TextPriceMenuY = 266
|
||||
Var TextPriceMenuBlendX = 180
|
||||
Var TextPriceMenuHotX = 48
|
||||
Var ShowButtonClick2 = "Invisible"
|
||||
Var ButtontoTopupMenu = "Invisible"
|
||||
|
||||
Var PriceUnitText = "HK$"
|
||||
|
||||
Var MemberButtonFileName = "ROOT/taobin_project/image/main_page_en/bp_main_page_member.png"
|
||||
Var MemberButtonFileNameRest = "ROOT/taobin_project/image/main_page_en/bn_main_page_member.png"
|
||||
Var show_eng_button_stage = "Invisible"
|
||||
|
||||
Var CountDownShowButton = 35
|
||||
|
||||
Var XButtonMember = 384
|
||||
Var YButtonMember = 1695
|
||||
|
||||
If Not#LanguageLoaded = "" Then
|
||||
LoadLanguage "/mnt/sdcard/coffeevending/taobin_project/inter/hk/menu/lang.tsv"
|
||||
EndIf
|
||||
|
||||
STRCONTAIN "541215" MaterialAvailable SugarZeroCalEnable
|
||||
|
||||
Var SettingDisableTaobinCredit = "true"
|
||||
;Var SettingDisableTaobinCode = "false"
|
||||
|
||||
Var SettingIgnoreCollectPoint = 1
|
||||
|
||||
READ_FILE "/mnt/sdcard/coffeevending/use_pt_dev" use_pt_dev
|
||||
STRCONTAIN "1" use_pt_dev enable_pt_mode_by_cfg
|
||||
|
||||
If enable_pt_mode_by_cfg = "true" Then
|
||||
DEBUGVAR enable_pt_mode_by_cfg
|
||||
Var SettingIgnoreCollectPoint = 0
|
||||
EndIf
|
||||
|
||||
Var SettingVideoBrewingUseCommon = 1
|
||||
|
||||
Var MinPhoneNumber = 8
|
||||
Var MaxPhoneNumber = 8
|
||||
|
||||
Var ShowCountDownAsPercent = 1
|
||||
|
||||
DEBUGVAR ShowButtonClick2
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
DEBUGVAR InternationalEnable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue