This commit is contained in:
kong 2023-08-10 10:02:05 +07:00
parent 605112cd9f
commit df2387c089
51 changed files with 11583 additions and 832 deletions

View file

@ -26,156 +26,19 @@ Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 0
Var Anniversary3VideoEnable = 0
If SystemDateMonthInt = 7 Then
If SystemDateDayInt = 3 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 4 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 5 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 6 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 7 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 8 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 9 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 10 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 11 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 12 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 13 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 14 Then
Var MysteryProEnable = 1
EndIf
EndIf
If BoxID = 200001 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var PepsiProEnable = 0
Var PepsiProCodeEnable = 0
Var MysteryProEnable = 0
EndIf
If BoxID = 200000 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var PepsiProEnable = 0
Var PepsiProCodeEnable = 0
Var MysteryProEnable = 0
EndIf
If SystemDateMonthInt = 7 Then
If SystemDateDayInt = 24 Then
Var OreoWelcomeDrinkEnable = 0
EndIf
If SystemDateDayInt = 25 Then
Var OreoWelcomeDrinkEnable = 0
EndIf
If SystemDateDayInt = 26 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 27 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 28 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 29 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 30 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 31 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
EndIf
Var MomDayEnable = 0
If SystemDateMonthInt = 8 Then
If SystemDateDayInt = 1 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 2 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 3 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 4 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 5 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 6 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
EndIf
;/mnt/sdcard/oreo_for_free_limit
If SystemDateMonthInt = 7 Then
If SystemDateDayInt > 19 Then
Var Anniversary3VideoEnable = 1
If JasmineTeaEnable = "true" Then
Var MomDayEnable = 1
EndIf
EndIf
If SystemDateMonthInt = 8 Then
If SystemDateDayInt < 7 Then
Var Anniversary3VideoEnable = 1
EndIf
EndIf
DEBUGVAR MomDayEnable
DEBUGVAR JasmineTeaEnable
If BoxID = 173149 Then
Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 1
EndIf
If BoxID = 176475 Then
Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 1
EndIf
If BoxID = 172053 Then
Var MysteryProEnable = 1
Var OreoWelcomeDrinkEnable = 0
EndIf
If BoxID = 105005 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If BoxID = 33170 Then
Var PepsiProEnable = 0
Var PepsiPromoteVideo = 0
@ -185,10 +48,6 @@ If BoxID = 33170 Then
EndIf
DEBUGVAR Anniversary3VideoEnable
DEBUGVAR OreoWelcomeDrinkEnable
If InternationalEnable = 1 Then
Var PepsiProEnable = 0