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,25 @@
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="CrossServerWorshipItemSkin" width="280" height="280" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*"
xmlns:w="http://ns.egret.com/wing">
<e:Group width="280" height="280" touchEnabled="false" touchThrough="true" touchChildren="true">
<e:Image source="kf_kfmb_bg_png" left="0" right="0" top="0" bottom="0"/>
<e:Group id="modelGroup" width="450" height="525" scaleX="0.8" scaleY="0.8" right="45" bottom="22"
touchChildren="false" touchEnabled="false">
<e:Image name="bg" source="" right="0" bottom="0" />
<e:Image name="cloth" source="" right="0" bottom="0" />
<e:Image name="arm" source="" right="0" bottom="0" />
<e:Image name="helmet" source="" right="0" bottom="0" />
</e:Group>
<e:Image source="kf_kfmb_bg1" y="43" x="15" />
<e:Image id="imgTitle" source="kf_mb_dynd" y="55" x="11" />
<e:Group id="playEff" verticalCenter="83.5" horizontalCenter="0" x="145" y="219" touchEnabled="false"
touchChildren="false" />
<e:Image source="Act_mobai_biaotibg" horizontalCenter="0.5" top="8" x="18" y="12" />
<e:Label id="playName" text="我的的 " size="18" horizontalCenter="0" top="13" x="61" y="20" stroke="2"
textColor="0xFF7700" />
<e:Button id="worship" label="膜 拜" skinName="Btn9Skin" horizontalCenter="0" bottom="10"/>
<e:Label id="count" text="" size="15" right="13" bottom="23" bold="true" x="212" y="232" stroke="2"
textColor="0x28EE01" />
<e:Button id="check" label="" skinName="Btn0Skin" icon="Act_chakan" bottom="3" left="15" visible="false"/>
</e:Group>
</e:Skin>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="CrossServerWorshipWinSkin" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*"
xmlns:w="http://ns.egret.com/wing" width="984" height="676">
<e:Image id="dragDropUI" source="kf_bg1_png" />
<e:Image id="titleImg" horizontalCenter="0" top="37" touchEnabled="false" source="kf_kfmb"/>
<e:Group horizontalCenter="0" touchEnabled="false" touchChildren="true" touchThrough="true" y="88">
<e:Image source="worship_bg_jpg" width="860" height="555" horizontalCenter="0" verticalCenter="0"/>
<app:CrossServerWorshipItem id="item0" skinName="CrossServerWorshipItemSkin" x="2" y="0" touchEnabled="false" />
<app:CrossServerWorshipItem id="item1" skinName="CrossServerWorshipItemSkin" x="289" y="0" touchEnabled="false" />
<app:CrossServerWorshipItem id="item2" skinName="CrossServerWorshipItemSkin" x="576" y="0" touchEnabled="false" />
<app:CrossServerWorshipItem id="item3" skinName="CrossServerWorshipItemSkin" x="2" y="283" touchEnabled="false" />
<app:CrossServerWorshipItem id="item4" skinName="CrossServerWorshipItemSkin" x="289" y="283" touchEnabled="false" />
<app:CrossServerWorshipItem id="item5" skinName="CrossServerWorshipItemSkin" x="576" y="283" touchEnabled="false" />
</e:Group>
<app:RuleTipsButton label="Button" ruleId="32" top="43" left="38" />
<e:Button id="closeBtn" label="" x="894" y="30" width="61" height="57">
<e:skinName>
<e:Skin states="up,down,disabled">
<e:Image horizontalCenter="0" verticalCenter="0" source="apay_x2" source.down="apay_x2"
source.disabled="apay_x2" scaleX.down="0.98" scaleY.down="0.98" />
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0" />
</e:Skin>
</e:skinName>
</e:Button>
</e:Skin>