10.87
This commit is contained in:
parent
c246a0a5fe
commit
ddcd2979fc
8 changed files with 30 additions and 15 deletions
|
|
@ -4,9 +4,7 @@
|
||||||
If BoxID = 173249 Then
|
If BoxID = 173249 Then
|
||||||
Var EnableMultiInstanceFromBoxID = 1
|
Var EnableMultiInstanceFromBoxID = 1
|
||||||
EndIf
|
EndIf
|
||||||
If BoxID = 173319 Then
|
|
||||||
Var EnableMultiInstanceFromBoxID = 1
|
|
||||||
EndIf
|
|
||||||
If BoxID = 105005 Then
|
If BoxID = 105005 Then
|
||||||
Var EnableMultiInstanceFromBoxID = 1
|
Var EnableMultiInstanceFromBoxID = 1
|
||||||
EndIf
|
EndIf
|
||||||
|
|
@ -37,3 +35,6 @@
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
If BoxID = 173319 Then
|
||||||
|
Var EnableMultiInstanceFromBoxID = 0
|
||||||
|
EndIf
|
||||||
|
|
@ -1276,7 +1276,7 @@
|
||||||
1300016 Brew time:sec เวลาชง: วินาที
|
1300016 Brew time:sec เวลาชง: วินาที
|
||||||
1300017 Test grind sizes ทดสอบขนาดบด
|
1300017 Test grind sizes ทดสอบขนาดบด
|
||||||
1300018 Coffee module type : ประเภทชุดกาแฟ :
|
1300018 Coffee module type : ประเภทชุดกาแฟ :
|
||||||
1300019 1. Select grind sizes 1. เลือกขนาดการบด
|
1300019 1. Select grind sizes 1. เลือกขนาดบด
|
||||||
1300020 More coarse หยาบขึ้น
|
1300020 More coarse หยาบขึ้น
|
||||||
1300021 More fine ละเอียดขึ้น
|
1300021 More fine ละเอียดขึ้น
|
||||||
1300022 2. Test grinding 2. ทดสอบการบด
|
1300022 2. Test grinding 2. ทดสอบการบด
|
||||||
|
|
|
||||||
|
Can't render this file because it has a wrong number of fields in line 22.
|
|
|
@ -255,7 +255,10 @@
|
||||||
Var MultiProcess = "Invisible"
|
Var MultiProcess = "Invisible"
|
||||||
|
|
||||||
; setvar SpiralOnline true
|
; setvar SpiralOnline true
|
||||||
|
Var ButtonSpiralStage = "Invisible"
|
||||||
|
If SpiralOnline = "true" Then
|
||||||
|
Var ButtonSpiralStage = "Enable"
|
||||||
|
EndIf
|
||||||
|
|
||||||
DEBUGVAR SpiralOnline
|
DEBUGVAR SpiralOnline
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"end": "2025-05-31T00:00:00",
|
"end": "2025-05-31T00:00:00",
|
||||||
"state": "MatchaEveryDayProState",
|
"state": "MatchaEveryDayProState",
|
||||||
"type": "IMAGE",
|
"type": "IMAGE",
|
||||||
"media_thai": "ROOT/taobin_project/image/event/matcha_every_day/matcha_every_day.png",
|
"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_day.png",
|
"media_eng": "ROOT/taobin_project/image/event/matcha_every_day/matcha_every_day2.png",
|
||||||
"event_click": "Open \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_matcha_every_day.lxml\""
|
"event_click": "Open \"ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_matcha_every_day.lxml\""
|
||||||
}
|
}
|
||||||
|
|
@ -1276,7 +1276,7 @@
|
||||||
1300016 Brew time:sec เวลาชง: วินาที
|
1300016 Brew time:sec เวลาชง: วินาที
|
||||||
1300017 Test grind sizes ทดสอบขนาดบด
|
1300017 Test grind sizes ทดสอบขนาดบด
|
||||||
1300018 Coffee module type : ประเภทชุดกาแฟ :
|
1300018 Coffee module type : ประเภทชุดกาแฟ :
|
||||||
1300019 1. Select grind sizes 1. เลือกขนาดการบด
|
1300019 1. Select grind sizes 1. เลือกขนาดบด
|
||||||
1300020 More coarse หยาบขึ้น
|
1300020 More coarse หยาบขึ้น
|
||||||
1300021 More fine ละเอียดขึ้น
|
1300021 More fine ละเอียดขึ้น
|
||||||
1300022 2. Test grinding 2. ทดสอบการบด
|
1300022 2. Test grinding 2. ทดสอบการบด
|
||||||
|
|
|
||||||
|
Can't render this file because it has a wrong number of fields in line 22.
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
DEBUGVAR InternationalEnable
|
||||||
|
DEBUGVAR MachineStage
|
||||||
|
DEBUGVAR CountryName
|
||||||
|
|
||||||
If InternationalEnable = 1 Then
|
If InternationalEnable = 1 Then
|
||||||
If MachineStage = "close-maintenance" Then
|
If MachineStage = "close-maintenance" Then
|
||||||
RootLayoutVisible 3 "hide"
|
RootLayoutVisible 3 "hide"
|
||||||
|
|
@ -17,11 +21,18 @@ If InternationalEnable = 1 Then
|
||||||
|
|
||||||
If CountryName = "United Kingdom" Then
|
If CountryName = "United Kingdom" Then
|
||||||
Open "ROOT/taobin_project/inter/gbr/xml/page_show_error.lxml"
|
Open "ROOT/taobin_project/inter/gbr/xml/page_show_error.lxml"
|
||||||
Else
|
EndIf
|
||||||
|
|
||||||
|
;
|
||||||
|
;
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
OpenInst 0 "ROOT/taobin_project/xml/page_show_error.lxml"
|
OpenInst 0 "ROOT/taobin_project/xml/page_show_error.lxml"
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
|
|
||||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
|
||||||
|
|
@ -108,8 +108,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "9.86"
|
Var XMLPageVersion = "9.87"
|
||||||
Var XMLPageVersionInt = 986
|
Var XMLPageVersionInt = 987
|
||||||
|
|
||||||
Var CurrentMainVideo = 2
|
Var CurrentMainVideo = 2
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
|
||||||
|
|
@ -108,8 +108,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "10.86"
|
Var XMLPageVersion = "10.87"
|
||||||
Var XMLPageVersionInt = 1086
|
Var XMLPageVersionInt = 1087
|
||||||
;Oreo
|
;Oreo
|
||||||
Var OreoGuarantee = 0
|
Var OreoGuarantee = 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue