更新文档

This commit is contained in:
icssoa
2025-10-22 10:25:00 +08:00
parent 73ff1682a0
commit 4634962271

View File

@@ -96,16 +96,18 @@ PassThrough 是一种用于访问组件内部 DOM 结构的 API它允许开
### 预览 ### 预览
<div style="display: flex; align-items: center; gap: 40px;"> <table>
<div style="text-align: center;"> <tr>
<img src="https://unix.cool-js.com/qrcode-h5.png" width="200px" /> <td align="center">
<p>H5 预览</p> <img src="https://unix.cool-js.com/qrcode-h5.png" width="200px" /><br/>
</div> H5 预览
<div style="text-align: center;"> </td>
<img src="https://unix.cool-js.com/qrcode-apk.png" width="200px" /> <td align="center">
<p>APP 下载</p> <img src="https://unix.cool-js.com/qrcode-apk.png" width="200px" /><br/>
</div> APP 下载
</div> </td>
</tr>
</table>
### 技术栈 ### 技术栈