refactor(web):改造成vue工程

This commit is contained in:
kubbo
2025-09-30 17:43:06 +08:00
parent f140c92ddd
commit 39f7598b02
1777 changed files with 878 additions and 2238 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="RoleSkilltemSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*"
width="388" height="80">
<e:Image source="bg_jineng_2" width="284.5" height="66.5" right="16" verticalCenter="3.5" scale9Grid="7,20,8,3" anchorOffsetY="0" anchorOffsetX="0"/>
<e:Image id="bg" smoothing="false" x="5.5" y="5.5" source="bg_jineng_1"/>
<e:Image id="icon" smoothing="false" x="11.5" y="11" source="skillicon_ds1" width="60" height="60"/>
<e:Label id="txt_name" text="治愈术" x="98" y="16" size="20" width="100" stroke="2" textColor="0xe5ddcf"/>
<e:Label id="txt_level" text="1级" x="194" y="17" size="20" width="80" stroke="2" textColor="0xe5ddcf"/>
<e:Label id="txt_max" text="已满级" x="203" y="17" size="20" textAlign="left" textColor="0xe5ddcf" stroke="2" visible="false"/>
<e:Label id="txt_desc" text="被动技能" x="98" y="50" size="18" textColor="0xb28a52"
bold="true" visible="false"/>
<e:Label id="btn_key" text="快捷设置" x="98" y="50" size="18" stroke="2" textColor="0xeee104"/>
<e:Group id="icon_group" width="60" height="60" x="11.5" y="11"></e:Group>
<e:Rect id="rect" width="129" height="69" x="81" y="6" alpha="0" visible="false"/>
<e:Label id="keyLab" text="" y="11.31" size="16" stroke="2" right="316" textColor="0x43ff00"/>
<e:Group id="phoneTipsGrp" width="388" height="80"/>
<e:Button id="btn_upgrade" label="升 级" x="279" enabled="true" verticalCenter="0" skinName="Btn0Skin" icon="btn_jineng_1"/>
<e:Image id="redDot" source="common_hongdian" x="352" y="20" touchEnabled="false" visible="false"/>
</e:Skin>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="SkillDescSkin" xmlns:app="app.*" xmlns:e="http://ns.egret.com/eui"
xmlns:w="http://ns.egret.com/wing">
<e:Group id="attrGroup" x="1" y="0" anchorOffsetX="0" width="259" anchorOffsetY="0">
<e:Image smoothing="false" touchEnabled="false" source="role_zt_bg" scale9Grid="8,8,50,50" anchorOffsetX="0" width="100%" anchorOffsetY="0" height="100%"/>
<e:Label id="descLab" text="" x="10" y="14.99" size="20" width="238" stroke="2"/>
</e:Group>
</e:Skin>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="SkillSkin" width="391" height="453" xmlns:app="app.*" xmlns:e="http://ns.egret.com/eui"
xmlns:w="http://ns.egret.com/wing">
<e:Group id="container" width="383" height="448" x="-1.5" y="-0.5" anchorOffsetX="0" anchorOffsetY="0" scaleX="1"
scaleY="1">
<!--<e:Scroller name="scroller" x="1" height="415" anchorOffsetX="0" anchorOffsetY="0" y="4" scaleX="1" scaleY="1"
width="354" />
<e:List name="list" anchorOffsetX="0" x="2" y="2" anchorOffsetY="0" scaleX="1" scaleY="1">
<e:layout>
<e:VerticalLayout gap="0" />
</e:layout>
</e:List>
<e:VSlider name="verticalSlider" x="354" value="0" width="20" height="415" minimum="0" maximum="415">
<e:Skin minWidth="20" minHeight="10">
<e:Image id="track" source="shuxinghuadong_1" scale9Grid="2,2,16,15" width="20" height="100%" verticalCenter="0" />
<e:Image id="trackHighlight" source="shuxinghuadong_1" scale9Grid="2,2,16,15" width="20" verticalCenter="0" />
<e:Image id="thumb" source="shuxinghuadong_2" rotation="0" x="2" width="16" height="40" scale9Grid="7,21,2,1" />
</e:Skin>
</e:VSlider>
-->
<e:Scroller name="scroller" x="3" height="439" anchorOffsetX="0" anchorOffsetY="0" width="378" y="7" scaleX="1"
scaleY="1" />
<e:List name="list" anchorOffsetX="0" x="9" y="6" anchorOffsetY="0" width="78" useVirtualLayout="false" itemRendererSkinName="RoleSkilltemSkin">
<!--<e:ArrayCollection>
<e:Array>
<e:Object/>
<e:Object a="null"/>
<e:Object a="null"/>
<e:Object a="null"/>
</e:Array>
</e:ArrayCollection>-->
<!--<e:layout>
<e:VerticalLayout gap="2"/>
</e:layout>-->
</e:List>
<e:VSlider name="verticalSlider" x="359" value="0" width="20" height="415" minimum="0" maximum="415" y="2" visible="false">
<e:Skin minWidth="20" minHeight="10">
<e:Image id="track" source="shuxinghuadong_1" scale9Grid="2,2,16,15" width="20" height="100%" verticalCenter="0" />
<e:Image id="trackHighlight" source="shuxinghuadong_1" scale9Grid="2,2,16,15" width="20" verticalCenter="0" />
<e:Image id="thumb" source="shuxinghuadong_2" rotation="0" x="2" width="16" height="40" scale9Grid="7,21,2,1" />
</e:Skin>
</e:VSlider>
</e:Group>
<e:Label id="txt_get" text="" x="273" y="398" size="16" textAlign="left" textColor="0x32FC00" multiline="false" scaleX="1" scaleY="1" italic="false" anchorOffsetX="0" visible="false"/>
</e:Skin>