Fix text when offline and topsepnd
This commit is contained in:
parent
f182ca01d7
commit
624728a898
22 changed files with 700 additions and 635 deletions
|
|
@ -16,18 +16,6 @@
|
|||
Var StepVideo = 1
|
||||
Var PreviseStepVideo = 90
|
||||
|
||||
;SAVELOG CountUpBrewing
|
||||
|
||||
;SAVELOG AnimationOn
|
||||
;SAVELOG AnimationVideoPlayTime
|
||||
;SAVELOG VideoID1
|
||||
;SAVELOG VideoID2
|
||||
;SAVELOG VideoID3
|
||||
;SAVELOG VideoID4
|
||||
;SAVELOG VideoID5
|
||||
;SAVELOG VideoID6
|
||||
;SAVELOG VideoAnimationCount
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
|
|
@ -58,18 +46,20 @@
|
|||
EndIf
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
Var VideoFileEnd = ".mp4"
|
||||
|
||||
|
||||
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/image/page_doing/"
|
||||
Var PictureBegin = "txt_"
|
||||
Var PictureEnd = "_en.png"
|
||||
|
||||
;inter-play-list
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
Var VideoFileEnd = ".mp4"
|
||||
If SettingVideoBrewingUseCommon = 1 Then
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/inter/common/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
Var VideoFileEnd = ".mp4"
|
||||
Else
|
||||
;inter-play-list
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
Var VideoFileEnd = ".mp4"
|
||||
EndIf
|
||||
|
||||
Var PicturePath = CountryRootPath + "/image/page_doing/"
|
||||
Var PictureBegin = "txt_"
|
||||
|
|
@ -106,10 +96,6 @@
|
|||
Var PictureFile = PictureFile + PictureEnd
|
||||
|
||||
|
||||
|
||||
;If lidAndStrawOldPageIgnore = "true" Then
|
||||
; Var lidAndStrawOldPageIgnore = "false"
|
||||
|
||||
If Seeker.PayWithQR = 0 Then
|
||||
|
||||
|
||||
|
|
@ -178,7 +164,6 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
;EndIf
|
||||
|
||||
Var LidState = Lid1Status
|
||||
;Lid1Status
|
||||
|
|
@ -280,11 +265,6 @@
|
|||
<Value> ShowCountDownBrewing </Value>
|
||||
</Text>
|
||||
|
||||
;<GIF>
|
||||
;<X> 182 </X>
|
||||
;<Y> 700 </Y>
|
||||
;<Filename> GIFShowProcess </Filename>
|
||||
;</GIF>
|
||||
|
||||
<EventMachine>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue