소스 검색

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

- 将页面底部显示的版本号从 v0.0.12 更新为 v0.0.13
yourname 1 개월 전
부모
커밋
9c676f656d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mini/src/pages/profile/index.tsx

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

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