6.78
This commit is contained in:
parent
11696367a2
commit
d39e20ad49
6 changed files with 72 additions and 43 deletions
|
|
@ -4,20 +4,26 @@ GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
|
|||
DEBUGVAR MainfileSize
|
||||
|
||||
If MainfileSize = 10598934 Then
|
||||
If SystemDateMonth = 11 Then
|
||||
If SystemDateMonthInt = 11 Then
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonth = 12 Then
|
||||
If SystemDateMonthInt = 12 Then
|
||||
|
||||
Var EventTurnOn = 1
|
||||
|
||||
If SystemDateDay < 7 Then
|
||||
DEBUGVAR SystemTimeHourInt
|
||||
DEBUGVAR SystemDateDayInt
|
||||
|
||||
If SystemDateDayInt > 7 Then
|
||||
Var EventTurnOn = 0
|
||||
EndIf
|
||||
|
||||
If SystemDateDay = 6 Then
|
||||
Var EventTurnOn = 0
|
||||
If SystemDateDayInt = 6 Then
|
||||
|
||||
If SystemTimeHourInt > 9 Then
|
||||
Var EventTurnOn = 0
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue