first add files

This commit is contained in:
2025-08-15 14:05:08 +08:00
parent c58f74bcc0
commit b6216570d9
2451 changed files with 29056 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<view>
<view class="main-title">
<view class="title-major">用户引导标题</view>
<view class="title-sub"> 按钮用于开启一个闭环的操作任务,如“删除”对象、“购买”商品等。 </view>
</view>
<view class="field label-field">
<t-input label="标签文字" layout="vertical" placeholder="请输入文字"></t-input>
</view>
<view class="field">
<t-input label="标签文字" layout="vertical" placeholder="请输入文字"></t-input>
</view>
<view class="action">
<t-button block theme="light" size="large">重置</t-button>
<t-button block theme="primary" size="large">确定</t-button>
</view>
</view>
<t-guide current="{{current}}" steps="{{steps}}" show-overlay="{{false}}" bind:skip="close" bind:finish="close" />