init
This commit is contained in:
commit
2b8870a40e
51 changed files with 5845 additions and 0 deletions
20
pages/info/info.wxml
Normal file
20
pages/info/info.wxml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue