do milo and release 8.39

This commit is contained in:
wanlop run 2024-04-22 13:53:31 +07:00
commit 609144e666
44 changed files with 2275 additions and 2210 deletions

View file

@ -3,6 +3,41 @@ Var EventTurnOn = 0
<<<<<<< HEAD
DEBUGVAR EventTurnOn
Var VideoMainPage = "ROOT/taobin_project/inter/common/video/video_main.mp4"
=======
DEBUGVAR MainfileSize
If SystemDateMonthInt = 12 Then
GetFileSizeK "taobin_project/inter/common/video/video_main_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 9267190 Then
Var EventTurnOn = 1
EndIf
EndIf
If SystemDateMonthInt = 1 Then
If SystemDateDayInt < 3 Then
GetFileSizeK "taobin_project/inter/common/video/video_main_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 9267190 Then
Var EventTurnOn = 1
EndIf
EndIf
EndIf
DEBUGVAR EventTurnOn
If EventTurnOn = 1 Then
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/inter/common/video/video_main_event.mp4"
Else
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/inter/common/video/video_main.mp4"
EndIf
>>>>>>> a57ecc08db5486e3f26fe455f2d0e34aa480dd30