DO
This commit is contained in:
parent
cc419bfa65
commit
9a75446335
6 changed files with 38 additions and 41 deletions
|
|
@ -1,27 +1,16 @@
|
|||
Var MainfileSize = 0
|
||||
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 10598934 Then
|
||||
If MainfileSize = 12369225 Then
|
||||
|
||||
If SystemDateMonthInt = 11 Then
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
Var EventTurnOn = 1
|
||||
|
||||
If SystemDateMonthInt = 12 Then
|
||||
|
||||
Var EventTurnOn = 1
|
||||
;DEBUGVAR SystemTimeHourInt
|
||||
;DEBUGVAR SystemDateDayInt
|
||||
If SystemDateMonthInt = 1 Then
|
||||
|
||||
If SystemDateDayInt > 7 Then
|
||||
If SystemDateDayInt > 5 Then
|
||||
Var EventTurnOn = 0
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt = 6 Then
|
||||
If SystemTimeHourInt > 9 Then
|
||||
Var EventTurnOn = 0
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue