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,9 @@
<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="TextInputSkin" minHeight="40" minWidth="300" states="normal,disabled,normalWithPrompt,disabledWithPrompt" xmlns:e="http://ns.egret.com/eui">
<e:Image width="100%" height="100%" source="" scale9Grid="47,18,94,10"/>
<!--<e:Rect height="100%" width="100%" fillColor="0xffffff"/>-->
<e:EditableText id="textDisplay" verticalCenter="0" left="10" right="10"
textColor="0xffffff" textColor.disabled="0xe50000" width="100%" height="24" size="20" text="" textAlign="center"/>
<e:Label id="promptDisplay" verticalCenter="0" left="10" right="10"
textColor="0xa9a9a9" width="100%" height="24" size="20" touchEnabled="false" includeIn="normalWithPrompt,disabledWithPrompt" text="" textAlign="center"/>
</e:Skin>