瀏覽代碼

📝 docs(profile): 更新小程序版本号至 v0.0.12

- 将页脚显示的版本号从 v0.0.11 更新为 v0.0.12
yourname 1 月之前
父節點
當前提交
883751c5e7
共有 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.11 - 小程序版
+            v0.0.12 - 小程序版
           </Text>
         </View>
       </ScrollView>