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,6 @@
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="Btn16Skin" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" states="up,down" width="86" height="37">
<e:Image source="btn_6" source.down="btn_5" scaleX.down="0.95" scaleY.down="0.95" anchorOffsetX="0" anchorOffsetY="0"/>
<e:Label id="labelDisplay" text="强 化" size="20" horizontalCenter="-2" verticalCenter="-1.5" touchEnabled="false" textColor="0xd3c29c"/>
<app:RedDotControl id="redDot" width="20" height="20" x="70" touchChildren="false" touchEnabled="false" visible="false"/>
</e:Skin>