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,15 @@
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="TradeLineIsSellingItemViewSkin" width="855" height="79" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing">
<e:Image id="itemBg" left="0" right="0" top="0" bottom="0" scale9Grid="9,8,1,1" source="bg_quyu_2"/>
<app:ItemBase id="curItem" skinName="ItemBaseSkin" verticalCenter="0.5" left="40"/>
<e:Label id="itemName" text="" size="21" left="110" verticalCenter="0" textColor="0xFF22ED" stroke="2"/>
<e:Label id="time" text="" size="21" textColor="0x808080" verticalCenter="0" horizontalCenter="-27" stroke="2"/>
<e:Group horizontalCenter="162" verticalCenter="0.5">
<e:Image source="icon_yuanbao"/>
<e:Label id="curMoney" text="" size="21" stroke="2" textColor="0xe5ddcf"/>
<e:layout>
<e:HorizontalLayout horizontalAlign="center" verticalAlign="middle" gap="6"/>
</e:layout>
</e:Group>
<e:Button id="shelfBtn" label="下 架" x="729" y="20" skinName="Btn9Skin"/>
</e:Skin>