Files
quinn-accounts/pages/about/about.wxml
2023-01-28 14:37:45 +08:00

14 lines
403 B
Plaintext

<view class="main_look">
<view class="pay_look">
Quinn记账
</view>
<view class="detail_look font_big">
<text>千里之行,始于足下</text>
<text>release 1.0</text>
<text>感谢TDesign组件框架</text>
</view>
</view>
<view class="padding_box">
<t-button open-type="contact" theme="primary" shape="round" block>联系我们</t-button>
</view>