ref |> 替换升级弹框字串
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -75,7 +75,7 @@ export struct UpgradeTipDialog { | @@ -75,7 +75,7 @@ export struct UpgradeTipDialog { | ||
| 75 | Row().width("100%").height(1).backgroundColor("#50E6E6E6") | 75 | Row().width("100%").height(1).backgroundColor("#50E6E6E6") |
| 76 | 76 | ||
| 77 | Button() { | 77 | Button() { |
| 78 | - Text("立即升级").fontColor(Color.White) | 78 | + Text("立即更新").fontColor(Color.White) |
| 79 | 79 | ||
| 80 | }.borderRadius(4) | 80 | }.borderRadius(4) |
| 81 | .buttonStyle(ButtonStyleMode.NORMAL) | 81 | .buttonStyle(ButtonStyleMode.NORMAL) |
-
Please register or login to post a comment