video
This commit is contained in:
parent
8f138abeee
commit
6d1dc5797b
10 changed files with 94 additions and 43 deletions
|
|
@ -29,7 +29,7 @@ EndIf
|
|||
;
|
||||
;
|
||||
|
||||
|
||||
Var BrewingAdvertiseRunSlot = 0
|
||||
Var BrewingAdvertiseEnable[0] = 0
|
||||
Var BrewingAdvertiseEnable[1] = 0
|
||||
Var BrewingAdvertiseEnable[2] = 0
|
||||
|
|
@ -40,10 +40,6 @@ Var BrewingAdvertiseEnable[6] = 0
|
|||
Var BrewingAdvertiseEnable[7] = 0
|
||||
|
||||
|
||||
DEBUGVAR RobinsonBeautyPro
|
||||
DEBUGVAR EDC_ThailandOn
|
||||
DEBUGVAR ShopeePayLaterOn
|
||||
Var BrewingAdvertiseRunSlot = 0
|
||||
|
||||
;
|
||||
;
|
||||
|
|
@ -97,6 +93,35 @@ If brewing_adv11_size = 9461309 Then
|
|||
EndIf
|
||||
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
|
||||
If brewing_adv3_size = "" Then
|
||||
GetFileSizeK "taobin_project/video/brewing_adv3.mp4" brewing_adv3_size
|
||||
EndIf
|
||||
|
||||
DEBUGVAR brewing_adv3_size
|
||||
If brewing_adv3_size = 9404451 Then
|
||||
If AdvertisePepsiAtTheSun = 1 Then
|
||||
Var BrewingAdvertiseEnable[ BrewingAdvertiseRunSlot] = 1
|
||||
Var BrewingAdvertiseVideo[ BrewingAdvertiseRunSlot] = "ROOT/taobin_project/video/brewing_adv3.mp4";
|
||||
If show_eng = "true" Then
|
||||
Var BrewingAdvertiseImage[ BrewingAdvertiseRunSlot] = "ROOT/taobin_project/video/brewing_txt_adv3_en.png"
|
||||
Else
|
||||
Var BrewingAdvertiseImage[ BrewingAdvertiseRunSlot] = "ROOT/taobin_project/video/brewing_txt_adv3.png"
|
||||
EndIf
|
||||
|
||||
Var BrewingAdvertiseDurationTime[BrewingAdvertiseRunSlot] = 15
|
||||
Var BrewingAdvertiseShowTextNextToOrder[ BrewingAdvertiseRunSlot] = 0
|
||||
|
||||
Var BrewingAdvertiseRunSlot = BrewingAdvertiseRunSlot + 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
|
|
@ -195,8 +220,8 @@ EndIf
|
|||
|
||||
|
||||
DEBUGVAR brewing_adv15_size
|
||||
If brewing_adv15_size = 9493162 Then
|
||||
If RedStringOfFatePro = 1 Then
|
||||
If brewing_adv15_size = 13110372 Then
|
||||
If KingdomThaiTeaPro = 1 Then
|
||||
Var BrewingAdvertiseEnable[ BrewingAdvertiseRunSlot] = 1
|
||||
Var BrewingAdvertiseVideo[ BrewingAdvertiseRunSlot] = "ROOT/taobin_project/video/brewing_adv15.mp4";
|
||||
If show_eng = "true" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue