otp/pages/info/info.wxml
“xHuPo” 2b8870a40e init
2025-06-09 13:35:15 +08:00

20 lines
No EOL
736 B
Text

<view class="container">
<view class="info-card">
<view class="info-item">
<text class="label">个人主页:</text>
<navigator url="https://www.xhupo.com" class="link">xhupo.com</navigator>
</view>
<view class="info-item">
<text class="label">评论博客:</text>
<navigator url="https://memos.zeroc.net" class="link">memos.zeroc.net</navigator>
</view>
<view class="info-item">
<text class="label">开发工具:</text>
<text>VSCode + 腾讯云CodeBuddy</text>
</view>
<view class="info-item">
<text class="label">项目源码:</text>
<navigator url="https://git.xhupo.com/otp" class="link">git.xhupo.com/otp</navigator>
</view>
</view>
</view>