Before pull

This commit is contained in:
wanlop run 2024-08-13 14:19:07 +07:00
parent 737ff9cf8f
commit adcfb7273b
21 changed files with 68313 additions and 18324 deletions

View file

@ -870,95 +870,6 @@
<Value> "Enable CreditCard" </Value>
</Text>
;EnableNewBrewUI
<Image>
<X> info2_startX </X>
<Y> info_13Y </Y>
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
<State> eval(
If EnableNewBrewUI = "true" Then
Var return = "Enable"
Else
Var return = "Invisible"
EndIf
) </State>
<EventClick>
Open "/mnt/sdcard/coffeevending/taobin_project/xml/vending_info2.xml"
</EventClick>
</Image>
<Text>
<X> info2_text_startX </X>
<Y> info_text_13Y </Y>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<State> eval(
If EnableNewBrewUI = "true" Then
Var return = "Enable"
Else
Var return = "Invisible"
EndIf
) </State>
<Value> "New ui V2" </Value>
</Text>
;EnableNewBrewUI
<Image>
<X> info_startX </X>
<Y> info_14Y </Y>
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
<EventClick>
READ_FILE "/mnt/sdcard/coffeevending/sim_on" str_sim_on
If str_sim_on = "1" Then
WRITE_FILE "/mnt/sdcard/coffeevending/sim_on" ""
RebootWithCause "Turn off Sim mode"
Else
WRITE_FILE "/mnt/sdcard/coffeevending/sim_on" "1"
RebootWithCause "Turn on Sim mode"
EndIf
</EventClick>
</Image>
<Text>
<X> info_text_startX </X>
<Y> info_text_14Y </Y>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<State> eval(
READ_FILE "/mnt/sdcard/coffeevending/sim_on" str_sim_on
If str_sim_on = "1" Then
Var return = "Enable"
Else
Var return = "Invisible"
EndIf
) </State>
<Value> "DisableSimMode" </Value>
</Text>
<Text>
<X> info_text_startX </X>
<Y> info_text_14Y </Y>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<State> eval(
READ_FILE "/mnt/sdcard/coffeevending/sim_on" str_sim_on
If str_sim_on = "1" Then
Var return = "Invisible"
Else
Var return = "Enable"
EndIf
) </State>
<Value> "EnableSimMode" </Value>
</Text>
;<QRCode>
;<X> 930 </X>