Skip to content

Commit

Permalink
text: 修改社区版提示表述
Browse files Browse the repository at this point in the history
  • Loading branch information
Pigeon0v0 committed Dec 31, 2024
1 parent ea9b9df commit ed821de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
PanLog.Visibility = If(ModeDebug, Visibility.Visible, Visibility.Collapsed)
'社区版提示
PanHint.Visibility = If(Convert.ToBoolean(ReadReg("UiLauncherCEHint", "True")), Visibility.Visible, Visibility.Collapsed)
LabHint1.Text = "社区版包含尚未在官方主线版本发布的测试功能,仅用于尝鲜。请不要向官方仓库反馈社区版的问题哦!"
LabHint2.Text = $"若要永久隐藏此提示,请自行 Clone 代码并删除此提示相关内容。"
LabHint1.Text = "社区版包含未在官方主线版本发布的功能,仅用于尝鲜。请不要向官方仓库反馈社区版的问题哦!"
LabHint2.Text = $"若要永久隐藏此提示,请自行查阅代码中的相关部分。"
End Sub

'暂时关闭快照版提示
Expand Down

0 comments on commit ed821de

Please sign in to comment.