From 4666050458324153ccf6cd51f89de26618a79319 Mon Sep 17 00:00:00 2001 From: Guoguo Date: Fri, 5 Jun 2026 23:12:15 -0700 Subject: [PATCH] feat: add version number v0.1.5 to profile page footer --- miniprogram/pages/profile/profile.wxml | 2 ++ miniprogram/pages/profile/profile.wxss | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/miniprogram/pages/profile/profile.wxml b/miniprogram/pages/profile/profile.wxml index ff4e103..00959de 100644 --- a/miniprogram/pages/profile/profile.wxml +++ b/miniprogram/pages/profile/profile.wxml @@ -61,6 +61,8 @@ 退出登录 + + v0.1.5 diff --git a/miniprogram/pages/profile/profile.wxss b/miniprogram/pages/profile/profile.wxss index b3f3ac5..aa013e7 100644 --- a/miniprogram/pages/profile/profile.wxss +++ b/miniprogram/pages/profile/profile.wxss @@ -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; +}