仓库中添加内置的demo

This commit is contained in:
gongxh
2025-07-28 14:26:19 +08:00
parent 43446f031d
commit 65be0498cc
414 changed files with 14456 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="750,87">
<displayList>
<image id="n1_e679" name="bg" src="gukgl" fileName="window/toast/image_toastbg.png" xy="2,8" size="746,85">
<relation target="n0_8ej8" sidePair="height-height,center-center,middle-middle"/>
</image>
<text id="n0_8ej8" name="labTips" xy="275,22" size="200,42" fontSize="30" color="#ffd953" align="center" vAlign="middle" leading="10" text="toast提示文本">
<relation target="" sidePair="center-center,middle-middle"/>
</text>
</displayList>
<transition name="hide" options="2" frameRate="30">
<item time="0" type="Alpha" tween="true" startValue="1" endValue="0" duration="6" ease="Linear"/>
<item time="0" type="XY" target="n0_8ej8" tween="true" startValue="-,15" endValue="-,-30" duration="6" ease="Linear"/>
</transition>
<transition name="show" options="2" frameRate="30">
<item time="0" type="Alpha" tween="true" startValue="0" endValue="1" duration="3" ease="Linear"/>
<item time="0" type="XY" target="n0_8ej8" value="-,15"/>
</transition>
</component>