DO
This commit is contained in:
parent
a62a2adc5e
commit
e47c36d4de
6 changed files with 4288 additions and 2078 deletions
File diff suppressed because it is too large
Load diff
2056
sheet/compresso_data_.tsv
Normal file
2056
sheet/compresso_data_.tsv
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -42,11 +42,6 @@
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> 468c53161bb4d71d849f4f80141a2e7fc2af00de
|
|
||||||
; SpiralOnline
|
; SpiralOnline
|
||||||
|
|
||||||
Var MenuVSelected2 = "Invisible"
|
Var MenuVSelected2 = "Invisible"
|
||||||
|
|
@ -65,15 +60,9 @@
|
||||||
|
|
||||||
Var MenuVSelected2 = "Invisible"
|
Var MenuVSelected2 = "Invisible"
|
||||||
If SpiralOnline = "true" Then
|
If SpiralOnline = "true" Then
|
||||||
<<<<<<< HEAD
|
|
||||||
If Seeker = "curr" Then
|
If Seeker = "curr" Then
|
||||||
Var MenuVSelected2 = "Enable"
|
Var MenuVSelected2 = "Enable"
|
||||||
EndIf
|
EndIf
|
||||||
=======
|
|
||||||
If Seeker = "curr" Then
|
|
||||||
Var MenuVSelected2 = "Enable"
|
|
||||||
EndIf
|
|
||||||
>>>>>>> 468c53161bb4d71d849f4f80141a2e7fc2af00de
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
; init default
|
; init default
|
||||||
|
|
@ -230,11 +219,7 @@
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
;
|
;
|
||||||
=======
|
|
||||||
>>>>>>> 468c53161bb4d71d849f4f80141a2e7fc2af00de
|
|
||||||
|
|
||||||
<ListView1>
|
<ListView1>
|
||||||
<Width> 1080 </Width>
|
<Width> 1080 </Width>
|
||||||
<Height> "auto" </Height>
|
<Height> "auto" </Height>
|
||||||
|
|
|
||||||
|
|
@ -192,12 +192,36 @@
|
||||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page.mp4"
|
Var VideoMainPage = "ROOT/taobin_project/video/main_page.mp4"
|
||||||
|
|
||||||
DEBUGVAR SystemDateMonth
|
DEBUGVAR SystemDateMonth
|
||||||
|
DEBUGVAR SystemDateDay
|
||||||
Var EventTurnOn = 1
|
Var EventTurnOn = 0
|
||||||
Var ShowButtonClickFull = "Invisible"
|
|
||||||
Var CountDownShowButton = 0
|
If SystemDateMonth = 10 Then
|
||||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
|
|
||||||
|
Var EventTurnOn = 1
|
||||||
|
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
DEBUGVAR EventTurnOn
|
||||||
|
|
||||||
|
If SystemDateMonth = 11 Then
|
||||||
|
If SystemDateDay > 1 Then
|
||||||
|
Var EventTurnOn = 2
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
If EventTurnOn = 1 Then
|
||||||
|
Var ShowButtonClickFull = "Invisible"
|
||||||
|
Var CountDownShowButton = 0
|
||||||
|
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
|
||||||
|
EndIf
|
||||||
|
If EventTurnOn = 2 Then
|
||||||
|
Var ShowButtonClickFull = "Invisible"
|
||||||
|
Var CountDownShowButton = 0
|
||||||
|
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event_alter.mp4"
|
||||||
|
EndIf
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
If TermTemOnline = "true" Then
|
If TermTemOnline = "true" Then
|
||||||
Var CountDownShowButton = 28
|
Var CountDownShowButton = 28
|
||||||
|
|
|
||||||
|
|
@ -406,7 +406,7 @@
|
||||||
<Button>
|
<Button>
|
||||||
<X> 736 </X>
|
<X> 736 </X>
|
||||||
<Y> 1532 </Y>
|
<Y> 1532 </Y>
|
||||||
<State>"Enable"</State>
|
<State>"Pressforever"</State>
|
||||||
<Filename> Var(DirImage + "/bn_HealthyOption.png") </Filename>
|
<Filename> Var(DirImage + "/bn_HealthyOption.png") </Filename>
|
||||||
<FilenamePress> Var(DirImage + "/bp_HealthyOption.png") </FilenamePress>
|
<FilenamePress> Var(DirImage + "/bp_HealthyOption.png") </FilenamePress>
|
||||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
|
|
|
||||||
|
|
@ -145,6 +145,9 @@
|
||||||
If EventTurnOn = 1 Then
|
If EventTurnOn = 1 Then
|
||||||
Var video_file_name = "ROOT/taobin_project/video/taobin_thank1_event.mp4"
|
Var video_file_name = "ROOT/taobin_project/video/taobin_thank1_event.mp4"
|
||||||
EndIf
|
EndIf
|
||||||
|
If EventTurnOn = 2 Then
|
||||||
|
Var video_file_name = "ROOT/taobin_project/video/taobin_thank1_event_alter.mp4"
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue