AUS: Added AO video for not AO machine

This commit is contained in:
Kenta420 2025-01-15 15:24:58 +07:00
parent 82d2e3a827
commit 8206f95131
2 changed files with 15 additions and 0 deletions

View file

@ -21,6 +21,16 @@ If SystemDateMonthInt = 1 Then
Var EventTurnOn = 1
EndIf
EndIf
If SystemDateDayInt <= 31 Then
GetFileSizeK "taobin_project/inter/aus/video/video_main_ao.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 20796764 Then
Var EventAO = 1
Else
DEBUGVAR "AO:Size incorrect"
EndIf
EndIf
EndIf
@ -35,3 +45,8 @@ Else
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main.mp4"
EndIf
If EventAO = 1 Then
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_ao.mp4"
EndIf

Binary file not shown.