Forráskód Böngészése

feat: 金豆开放所有用户可见

陈文艺 4 napja
szülő
commit
69e2e33f1e

+ 23 - 0
Lanu/Localizable.xcstrings

@@ -8902,6 +8902,29 @@
         }
       }
     },
+    "A00390" : {
+      "extractionState" : "manual",
+      "localizations" : {
+        "en" : {
+          "stringUnit" : {
+            "state" : "translated",
+            "value" : "Details"
+          }
+        },
+        "id" : {
+          "stringUnit" : {
+            "state" : "translated",
+            "value" : "Rincian"
+          }
+        },
+        "zh-Hans" : {
+          "stringUnit" : {
+            "state" : "translated",
+            "value" : "详情"
+          }
+        }
+      }
+    },
     "B00001" : {
       "extractionState" : "manual",
       "localizations" : {

+ 2 - 5
Lanu/Views/Wallet/LNWalletViewController.swift

@@ -70,10 +70,7 @@ extension LNWalletViewController {
         }
         
         stackView.addArrangedSubview(buildWallet())
-        
-        if myUserInfo.playmate {
-            stackView.addArrangedSubview(buildIncome())
-        }
+        stackView.addArrangedSubview(buildIncome())
     }
     
     private func setupNavBar() {
@@ -407,7 +404,7 @@ extension LNWalletViewController {
         }
         
         let jumpTitleLabel = UILabel()
-        jumpTitleLabel.text = .init(key: "Details")
+        jumpTitleLabel.text = .init(key: "A00390")
         jumpTitleLabel.font = .heading_h5
         jumpTitleLabel.textColor = .text_1
         contentView.addSubview(jumpTitleLabel)