feat: add version number v0.1.5 to profile page footer

这个提交包含在:
Guoguo
2026-06-05 23:12:15 -07:00
父节点 dc0bcbdca3
当前提交 4666050458
修改 2 个文件,包含 10 行新增0 行删除
+2
查看文件
@@ -61,6 +61,8 @@
</view>
<view class="logout-btn" bindtap="onLogout">退出登录</view>
<view class="version-text">v0.1.5</view>
</view>
<!-- Edit profile modal -->
+8
查看文件
@@ -254,3 +254,11 @@
background: #ffffff;
border-radius: 24rpx;
}
.version-text {
text-align: center;
font-size: 24rpx;
color: #cccccc;
margin-top: 40rpx;
padding-bottom: 40rpx;
}