- 将页面底部显示的版本号从 v0.0.18 更新为 v0.0.19
@@ -446,7 +446,7 @@ const ProfilePage: React.FC = () => {
{/* 版本信息 */}
<View className="pb-8">
<Text className="text-center text-xs text-gray-400">
- v0.0.18 - 小程序版
+ v0.0.19 - 小程序版
</Text>
</View>