docs: 优化提示文本

This commit is contained in:
1204244136 2025-06-13 23:54:31 +08:00
parent 10364dd246
commit 071278c447
1 changed files with 10 additions and 6 deletions

View File

@ -126,6 +126,10 @@ if g_numeric_settings["Username"] != A_Username {
"`n可以在配置文件settings.ini中将Username改成自己的永久关闭提示"
"`n==========================="
"`n鼠标悬浮在控件上会有对应的提示,请勾选或点击前仔细阅读!"
"`n==========================="
"`n1080p已做适配但以下功能由于周期问题暂时无法正常使用"
"`n废铁商店、模拟室超频、冠军竞技场、反派之路、花絮鉴赏会、普通协同作战、单人突击、每日免费招募"
"`n想适配的话务必在功能开放当天提醒我!"
), , "YesNo")
if (Result = "Yes" and N = 2) or (Result = "No" and N = 1) {
msgbox("人机检测失败,你有认真看公告吗?")
@ -147,7 +151,7 @@ LinkProject := doroGui.Add("Link", " R1 xs", '<a href="https://github.com/kyokak
doroGui.Tips.SetTip(LinkProject, "点击访问 DoroHelper 在 Github 上的官方项目页面,可以获取最新版本、查看源码或反馈问题")
doroGui.SetFont()
BtnSponsor := doroGui.Add("Button", "R1 x+8", "赞助")
doroGui.Tips.SetTip(BtnSponsor, "如果您觉得 DoroHelper 对您有帮助,可以考虑点击这里支持开发者,激励项目持续更新与维护")
doroGui.Tips.SetTip(BtnSponsor, "如果你觉得 DoroHelper 对你有帮助,可以考虑点击这里支持开发者,激励项目持续更新与维护")
BtnSponsor.OnEvent("Click", MsgSponsor)
BtnHelp := doroGui.Add("Button", "R1 x+8", "帮助")
doroGui.Tips.SetTip(BtnHelp, "点击查看 DoroHelper 的详细使用说明、注意事项以及常见问题解答")
@ -461,7 +465,7 @@ Initialization() {
; TrueRatio := Round(currentScale * WinRatio, 3)
TrueRatio := Round(1 * WinRatio, 3)
GameRatio := Round(NikkeW / NikkeH, 3)
AddLog("`n当前的doro版本是" currentVersion "`n屏幕宽度是" A_ScreenWidth "`n屏幕高度是" A_ScreenHeight "`nnikke宽度是" NikkeW "`nnikke高度是" NikkeH "`n游戏画面比例是" GameRatio "`ndpi缩放比例是" currentScale "`n额定缩放比例是" WinRatio "`n图片缩放系数是" TrueRatio "`n识图宽容度是" PicTolerance)
AddLog("`n当前的doro版本是" currentVersion "`n屏幕宽度是" A_ScreenWidth "`n屏幕高度是" A_ScreenHeight "`nnikkeX坐标是" NikkeX "`nnikkeY坐标是" NikkeY "`nnikke宽度是" NikkeW "`nnikke高度是" NikkeH "`n游戏画面比例是" GameRatio "`ndpi缩放比例是" currentScale "`n额定缩放比例是" WinRatio "`n图片缩放系数是" TrueRatio "`n识图宽容度是" PicTolerance)
AddLog("如有问题请加入反馈qq群584275905反馈请附带日志或录屏")
if g_settings["AdjustSize"] {
global OriginalW := NikkeW
@ -496,7 +500,6 @@ Initialization() {
}
; 尝试归类为1080p 及其变种
else if (A_ScreenWidth >= 1920 and A_ScreenHeight >= 1080) {
MsgBox("1080p及以下尺寸暂时不适配")
if (A_ScreenWidth = 1920 and A_ScreenHeight = 1080) {
AddLog("标准1080p分辨率")
} else if (A_ScreenWidth = 2560 and A_ScreenHeight = 1080) {
@ -996,8 +999,9 @@ MsgSponsor(*) {
ClickOnHelp(*) {
msgbox "
(
1. **16:9** **** 1080p
- 2k和4kctrl+3nikke应该位于画面左上角的1
1. **16:9** 1080p
- 1080p用户请全屏运行游戏1080p的异形屏不能设置全屏ctrl+3nikke应该位于画面左上角
- 2k和4kctrl+3nikke应该位于画面左上角1
<!-- 2. ~~使**** **16:9**使~~
- -->
2. 使****
@ -2289,7 +2293,7 @@ Interception() {
while !(ok := FindText(&X, &Y, NikkeX, NikkeY, NikkeX + NikkeW, NikkeY + NikkeH, 0.2 * PicTolerance, 0.2 * PicTolerance, Text, , 0, , , , , TrueRatio, TrueRatio)) {
Confirm
if A_Index > 20 {
MsgBox("异常个体拦截战未解锁!本脚本不支持普通拦截!")
MsgBox("异常个体拦截战未解锁!本脚本不支持普通拦截!")
Pause
}
}