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
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
|
||||
>>>>>>> 468c53161bb4d71d849f4f80141a2e7fc2af00de
|
||||
; SpiralOnline
|
||||
|
||||
Var MenuVSelected2 = "Invisible"
|
||||
|
|
@ -65,15 +60,9 @@
|
|||
|
||||
Var MenuVSelected2 = "Invisible"
|
||||
If SpiralOnline = "true" Then
|
||||
<<<<<<< HEAD
|
||||
If Seeker = "curr" Then
|
||||
Var MenuVSelected2 = "Enable"
|
||||
EndIf
|
||||
=======
|
||||
If Seeker = "curr" Then
|
||||
Var MenuVSelected2 = "Enable"
|
||||
EndIf
|
||||
>>>>>>> 468c53161bb4d71d849f4f80141a2e7fc2af00de
|
||||
EndIf
|
||||
|
||||
; init default
|
||||
|
|
@ -230,11 +219,7 @@
|
|||
|
||||
;
|
||||
|
||||
<<<<<<< HEAD
|
||||
;
|
||||
=======
|
||||
>>>>>>> 468c53161bb4d71d849f4f80141a2e7fc2af00de
|
||||
|
||||
<ListView1>
|
||||
<Width> 1080 </Width>
|
||||
<Height> "auto" </Height>
|
||||
|
|
|
|||
|
|
@ -192,12 +192,36 @@
|
|||
Var VideoMainPage = "ROOT/taobin_project/video/main_page.mp4"
|
||||
|
||||
DEBUGVAR SystemDateMonth
|
||||
|
||||
Var EventTurnOn = 1
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var CountDownShowButton = 0
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
|
||||
|
||||
DEBUGVAR SystemDateDay
|
||||
Var EventTurnOn = 0
|
||||
|
||||
If SystemDateMonth = 10 Then
|
||||
|
||||
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
|
||||
If TermTemOnline = "true" Then
|
||||
Var CountDownShowButton = 28
|
||||
|
|
|
|||
|
|
@ -406,7 +406,7 @@
|
|||
<Button>
|
||||
<X> 736 </X>
|
||||
<Y> 1532 </Y>
|
||||
<State>"Enable"</State>
|
||||
<State>"Pressforever"</State>
|
||||
<Filename> Var(DirImage + "/bn_HealthyOption.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_HealthyOption.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
|
|||
|
|
@ -145,6 +145,9 @@
|
|||
If EventTurnOn = 1 Then
|
||||
Var video_file_name = "ROOT/taobin_project/video/taobin_thank1_event.mp4"
|
||||
EndIf
|
||||
If EventTurnOn = 2 Then
|
||||
Var video_file_name = "ROOT/taobin_project/video/taobin_thank1_event_alter.mp4"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue