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,8 @@
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="GuildTarBtnItemSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*"
states="down,up" width="147" height="59">
<e:Image id="select" smoothing="false" includeIn="up" source="tab_01_2" horizontalCenter="0" verticalCenter="0"/>
<e:Image id="selected" includeIn="down" source="tab_01_1"/>
<e:Label id="labelDisplay" text="" size="22" horizontalCenter="0" verticalCenter="0" textColor="0xEBC592" bold="false" textAlign="center" verticalAlign="middle" stroke="2"/>
<app:RedDotControl id="redDot" width="20" height="20" top="1" right="-5"/>
</e:Skin>