You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
651 B
24 lines
651 B
<!--
|
|
* @Author: YeeChan
|
|
* @Date: 2021-06-02 11:29:59
|
|
* @Description:
|
|
-->
|
|
<ui-hint>
|
|
· icon导出,生成Android、IOS
|
|
<br>
|
|
. 根目录下新建icon文件夹,里面存放icon.png图片,建议1024
|
|
<br>
|
|
. 生成后会在该文件夹下创建android与ios文件夹
|
|
</ui-hint>
|
|
|
|
<ui-box-container class="layout vertical">
|
|
<div class="layout horizontal">
|
|
|
|
<div>
|
|
<ui-button id="btn" @confirm="onBtnClickSave">生成图标</ui-button>
|
|
</div>
|
|
<div class="flex-1" >
|
|
<ui-progress value="0" v-value="uploadProgress"></ui-progress>
|
|
</div>
|
|
</div>
|
|
</ui-box-container>
|
|
|