taobin_project/menu/page_catalog_group_appfast.skt

48 lines
771 B
Text
Raw Normal View History

2023-07-25 11:25:53 +07:00
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
<?hurr
2023-08-29 15:56:54 +07:00
#include=components/menu_catalog_default_init.xml
2023-07-25 11:25:53 +07:00
?>
2023-08-29 15:56:54 +07:00
If AppFastEnable = "true" Then
Var Menu11Selected = "PressForever"
Var Menu7Selected = "Invisible"
Else
Var Menu11Selected = "Invisible"
Var Menu7Selected = "PressForever"
EndIf
2023-07-25 11:25:53 +07:00
SAVELOG PreviseXMLFileName2
Var Timeout = 0
2023-08-29 15:56:54 +07:00
<?hurr
#include=components/menu_catalog_new_menu.xml
2023-07-25 11:25:53 +07:00
?>
</EventOpen>
2023-08-29 15:56:54 +07:00
<?hurr
#include=components/menu_catalog_new.xml
2023-07-25 11:25:53 +07:00
?>
2023-08-29 15:56:54 +07:00
<?hurr
2023-11-15 10:06:05 +07:00
#generate_layout=menu_v1
2023-07-25 11:25:53 +07:00
?>
2023-08-29 15:56:54 +07:00
<EventUnitTest4>
RefreshAll
</EventUnitTest4>
2023-07-25 11:25:53 +07:00
2023-08-29 15:56:54 +07:00
</Popup>