🌈 style: 添加关于暂停的介绍
This commit is contained in:
parent
8fc0ce467e
commit
1df26ac469
|
@ -4035,8 +4035,8 @@ if isCheckedAutoCheckUpdate {
|
|||
doroGui := Gui(, "Doro小帮手" currentVersion)
|
||||
doroGui.Opt("+Resize")
|
||||
doroGui.MarginY := Round(doroGui.MarginY * 0.9)
|
||||
doroGui.SetFont("cred s15")
|
||||
doroGui.Add("Text", "R1", "紧急停止按ctrl + 1")
|
||||
doroGui.SetFont("cred s12")
|
||||
doroGui.Add("Text", "R1", "紧急停止按ctrl + 1 暂停按ctrl + 2")
|
||||
doroGui.Add("Link", " R1", '<a href="https://github.com/kyokakawaii/DoroHelper">项目地址</a>')
|
||||
doroGui.SetFont()
|
||||
doroGui.Add("Button", "R1 x+10", "帮助").OnEvent("Click", ClickOnHelp)
|
||||
|
|
Loading…
Reference in New Issue