This commit is contained in:
kong 2022-11-25 17:00:53 +07:00
parent 11696367a2
commit d39e20ad49
6 changed files with 72 additions and 43 deletions

View file

@ -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