Prepare release

This commit is contained in:
wanlop run 2024-08-23 13:15:35 +07:00
parent 5132eeaf86
commit 2c1d3e31f4
16 changed files with 6570 additions and 145 deletions

View file

@ -139,71 +139,6 @@ If SystemDateMonthInt = 1 Then
Var LuckyDrawCampaign = 1
EndIf
If SystemDateMonthInt = 5 Then
If SystemDateDayInt <= 10 Then
Var TeaTimePro = 1
EndIf
STRCONTAIN "TaoBin_1_Baht_coffee" XMLProfile TaoBin_1_Baht_coffee
If TaoBin_1_Baht_coffee = "true" Then
Var CoffeeDrink1BathPro = 1
EndIf
STRCONTAIN "TaoBin_1_Baht_Energy" XMLProfile TaoBin_1_Baht_Energy
If TaoBin_1_Baht_Energy = "true" Then
Var EnergyDrink1BathPro = 1
EndIf
If SystemDateDayInt = 15 Then
Var WednesdayMelonPro = 1
EndIf
If SystemDateDayInt = 22 Then
Var WednesdayMelonPro = 1
EndIf
If SystemDateDayInt = 29 Then
Var WednesdayMelonPro = 1
EndIf
If SystemDateDayInt = 13 Then
Var MondayBananaPro = 1
EndIf
If SystemDateDayInt = 20 Then
Var MondayBananaPro = 1
EndIf
If SystemDateDayInt = 27 Then
Var MondayBananaPro = 1
EndIf
EndIf
If SystemDateMonthInt = 6 Then
If SystemDateDayInt >= 3 Then
Var NamHomCoconutPro = 1
EndIf
If SystemDateDayInt <= 15 Then
STRCONTAIN "TaoBin_1_Baht_Energy" XMLProfile TaoBin_1_Baht_Energy
If TaoBin_1_Baht_Energy = "true" Then
Var EnergyDrink1BathPro = 1
EndIf
EndIf
If SystemDateDayInt = 5 Then
Var WednesdayMelonPro = 1
EndIf
If SystemDateDayInt = 12 Then
Var WednesdayMelonPro = 1
EndIf
If SystemDateDayInt >= 17 Then
Var LuckyDrawCampaign = 1
EndIf
EndIf
If SystemDateMonthInt = 7 Then
If SystemDateDayInt <= 10 Then
@ -247,6 +182,11 @@ If SystemDateMonthInt = 8 Then
EndIf
EndIf
If SystemDateMonthInt = 9 Then
If SystemDateDayInt <= 6 Then
Var MomCocoaPro = 1
EndIf
EndIf
If BoxID = 105005 Then

View file

@ -587,7 +587,7 @@
Var block_index_override = 0
Var block_index_move = 0
</Script>
; menu_new_list 34
; menu_new_list 36
; ==================> Len = 17
; 12-03-01-0005 12-03-02-0005 12-03-03-0005
<Block>

View file

@ -0,0 +1,45 @@
<?hurr
#include=menu_head.py
?>
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
<?hurr
#include=menu_catalog_default_init.py
?>
Var Timeout = 0
<?hurr
#include=menu_catalog_new_menu.py
?>
</EventOpen>
<?hurr
#include=menu_catalog_new.py
?>
<?hurr
#include=menu_new_layout_gen_v2.py
?>
<?hurr
#include=menu_new_layout_gen.py
?>
</Popup>

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,7 @@
<Height> 1920 </Height>
<EventOpen>
TopView "hide"
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_remove_cup.xml"
@ -12,8 +13,7 @@
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/test_video_loop.xml"
EndIf
TopView "hide"
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_list.xml"

View file

@ -36,7 +36,7 @@
Var block_index_override = 0
Var block_index_move = 0
</Script>
; menu_new_list 34
; menu_new_list 36
; ==================> Len = 17
; 12-03-01-0005 12-03-02-0005 12-03-03-0005
<Block>

View file

@ -0,0 +1,36 @@
<?hurr
#include=menu_head.py
?>
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
;include="ROOT/taobin_project/xml/menu_catalog_default_init.xml"
Var Timeout = 0
;include="ROOT/taobin_project/xml/menu_catalog_new_menu.xml"
</EventOpen>
;include="ROOT/taobin_project/xml/menu_catalog_new.xml"
<?hurr
#include=menu_new_layout_gen_v2.py
?>
<?hurr
#include=menu_new_layout_gen.py
?>
</Popup>

File diff suppressed because it is too large Load diff

View file

@ -85,13 +85,15 @@
EndIf
EndIf
TRY "ROOT/taobin_project/inter/tha/hardware/exhaust_fan_schedule.ev"
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
;DEBUGVAR Top2Timeout
Var Top2Timeout = Top2Timeout + 1
If Top2Timeout = 20 Then
If Top2Timeout = 15 Then
Open "ROOT/taobin_project/xml/topview2.xml"
EndIf
@ -190,6 +192,8 @@
TimerReset
</EventTimeout>