Skip to content

Commit

Permalink
text: 文本调整
Browse files Browse the repository at this point in the history
  • Loading branch information
Pigeon0v0 committed Feb 12, 2025
1 parent 5db4342 commit 7ae91d4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,10 @@
Private Sub ComboSystemUpdateBranch_SelectionChanged(sender As Object, e As SelectionChangedEventArgs) Handles ComboSystemUpdateBranch.SelectionChanged
If AniControlEnabled <> 0 Then Exit Sub
If ComboSystemUpdateBranch.SelectedIndex <> 1 Then Exit Sub
If MyMsgBox("你正在选择切换启动器更新通道到 Fast Ring。" & vbCrLf &
If MyMsgBox("你正在切换启动器更新通道到 Fast Ring。" & vbCrLf &
"Fast Ring 可以提供下个版本更新内容的预览,但可能会包含未经充分测试的功能,稳定性欠佳。" & vbCrLf & vbCrLf &
"在升级到 Fast Ring 版本后,如果你选择切换到 Slow Ring,需要等待下一个 Slow Ring 版本发布,在这期间不会提供更新。" & vbCrLf &
"该选项仅推荐具有一定基础知识和能力的用户选择,切换以后需要手动点击一次 ⌈检查更新⌋ 按钮以进行升级。" & vbCrLf &
"如果你正在制作整合包,请使用 Slow Ring!", "继续之前...", "我已知晓", "取消", IsWarn:=True) = 2 Then
"该选项仅推荐具有一定基础知识和能力的用户选择。如果你正在制作整合包,请使用 Slow Ring!", "继续之前...", "我已知晓", "取消", IsWarn:=True) = 2 Then
ComboSystemUpdateBranch.SelectedItem = e.RemovedItems(0)
Else
UpdateCheckByButton()
Expand Down

0 comments on commit 7ae91d4

Please sign in to comment.