Merge branch 'masterpiece' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project into masterpiece

This commit is contained in:
wanlop run 2023-12-21 16:46:45 +07:00
commit 2d8c9cc0de
3 changed files with 6 additions and 6 deletions

View file

@ -2,10 +2,10 @@ SAVELOG "For change size this file. New video"
If EventTurnOn = 1 Then
GetFileSizeK "taobin_project/inter/aus/video/taobin_thank1_event.mp4" MainfileSize
GetFileSizeK "taobin_project/inter/mys/video/taobin_thank1_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 6749397 Then
Var video_file_name = "ROOT/taobin_project/inter/aus/video/taobin_thank1_event.mp4"
Var video_file_name = "ROOT/taobin_project/inter/mys/video/taobin_thank1_event.mp4"
EndIf
EndIf

View file

@ -6,7 +6,7 @@ Var EventTurnOn = 0
DEBUGVAR MainfileSize
If SystemDateMonthInt = 12 Then
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
GetFileSizeK "taobin_project/inter/mys/video/video_main_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 9203607 Then
Var EventTurnOn = 1
@ -15,7 +15,7 @@ EndIf
If SystemDateMonthInt = 1 Then
If SystemDateDayInt < 3 Then
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
GetFileSizeK "taobin_project/inter/mys/video/video_main_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 9203607 Then
Var EventTurnOn = 1
@ -28,9 +28,9 @@ DEBUGVAR EventTurnOn
If EventTurnOn = 1 Then
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_event.mp4"
Var VideoMainPage = "ROOT/taobin_project/inter/mys/video/video_main_event.mp4"
Else
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main.mp4"
Var VideoMainPage = "ROOT/taobin_project/inter/mys/video/video_main.mp4"
EndIf