DO
This commit is contained in:
parent
5ce4cf3c7d
commit
ee565931d4
2 changed files with 14 additions and 8 deletions
|
|
@ -208,7 +208,14 @@
|
|||
Var EventTurnOn = 0
|
||||
Var CountDownShowButton = 35
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page.mp4"
|
||||
|
||||
If LanguageInit = "ENG" Then
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page_en.mp4"
|
||||
Var show_eng = "true"
|
||||
Else
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page.mp4"
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR SystemDateMonthInt
|
||||
DEBUGVAR SystemDateDayInt
|
||||
|
|
@ -532,11 +539,6 @@
|
|||
Var WebAppShow = "Invisible"
|
||||
EndIf
|
||||
|
||||
;READ_FILE "/mnt/sdcard/spiral" SpiralOnline
|
||||
|
||||
;READ_FILE "/mnt/sdcard/new_layout" new_layout
|
||||
|
||||
|
||||
DEBUGVAR XMLPageVersionInt
|
||||
|
||||
; forever
|
||||
|
|
@ -994,7 +996,7 @@
|
|||
;<Loop>"true"</Loop>
|
||||
;<Volume> 80 </Volume>
|
||||
<Filename> VideoMainPage </Filename>
|
||||
<FilenameAlternate> "ROOT/taobin_project/video/main_page.mp4" </FilenameAlternate>
|
||||
<FilenameAlternate> "ROOT/taobin_project/video/main_page_en.mp4" </FilenameAlternate>
|
||||
</Video>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3285,7 +3285,11 @@
|
|||
Var LedLidBlink = "true"
|
||||
Var bg_lidProblem_ST = "Enable"
|
||||
Else
|
||||
Var bg_lidProblem_ST = "Invisible"
|
||||
If LidState = "Disable" Then
|
||||
Var bg_lidProblem_ST = "Disable"
|
||||
Else
|
||||
Var bg_lidProblem_ST = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SelectDrinkType = 0 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue