Ver Fonte

✨ feat(profile): 更新小程序版本号至 v0.0.15

- 将页面底部显示的版本号从 v0.0.14 更新为 v0.0.15
yourname há 4 semanas atrás
pai
commit
efb4b2a380
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      mini/src/pages/profile/index.tsx

+ 1 - 1
mini/src/pages/profile/index.tsx

@@ -446,7 +446,7 @@ const ProfilePage: React.FC = () => {
         {/* 版本信息 */}
         <View className="pb-8">
           <Text className="text-center text-xs text-gray-400">
-            v0.0.14 - 小程序版
+            v0.0.15 - 小程序版
           </Text>
         </View>
         </View>