taobin_project/xml/page_catalog_group_milk.skt

50 lines
688 B
Text
Raw Normal View History

2022-03-21 16:36:20 +07:00
<?hurr
#include=menu_head.py
?>
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
2022-05-05 23:15:44 +07:00
;<Background> "0xeae6e1" </Background>
2022-03-21 16:36:20 +07:00
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
<?hurr
#include=menu_catalog_default_init.xml
?>
If SpiralOnline = "true" Then
2022-03-23 22:02:11 +07:00
Var Menu4Selected2 = "PressForever"
2022-03-21 16:36:20 +07:00
Else
; coffee show
2022-03-23 22:02:11 +07:00
Var Menu4Selected = "PressForever"
2022-03-21 16:36:20 +07:00
EndIf
SAVELOG PreviseXMLFileName2
Var Timeout = 0
<?hurr
#include=menu_catalog_new_menu.xml
?>
</EventOpen>
<?hurr
#include=menu_catalog.xml
?>
<?hurr
#include=menu_new_layout_gen.py
?>
</Popup>