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,23 @@
<view class="skyline">
<t-navbar class="demo-navbar" title="Result" left-arrow />
<scroll-view scroll-y type="list" class="scroll-view">
<view class="demo">
<view class="demo-title">Result 结果</view>
<view class="demo-desc">用于反馈不同结果的展示。</view>
<t-demo title="组件类型" desc="基础结果">
<theme />
</t-demo>
<t-demo desc="带描述的结果">
<description />
</t-demo>
<t-demo desc="自定义结果">
<custom />
</t-demo>
<t-demo desc="页面示例">
<view class="demo-section__wrapper">
<t-button theme="primary" block size="large" variant="outline" bind:tap="goResultPage">页面示例</t-button>
</view>
</t-demo>
</view>
</scroll-view>
</view>