完善保存读取功能#3
Open
crossgg wants to merge 4 commits into
Open
Conversation
1、修复点击开始再停止,保存和读取按钮布可用。 2、添加“步骤”和配置文件中的Point_X对应,添加“备注”栏,方便读取修改的时候知道这步是做什么的
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
因为完全不懂代码,又想使用这个功能,用TRAE ID 的Gemini 3改了一下,经过测试可以使用。
一开始根据52pojie下载打包好的程序上提添加保存和读取功能,一直报错,前前后后修复了一两个个小时,还是不得行,后面发现源码已经有保存和读取按钮了,只是还没有完善关联。提需求给AI,改了1个小时发现可以用了。
原来代码好像设置了读取和录制的代码只能前台使用,我不懂怎么描述让AI修改录制的时候只能前台使用 读取的时候后台可用,所以让AI修改了让“读取”的时候还能后台可用,测试也是能够正常使用的。
另外添加了github ation云编译。
由于刚安装的VS2026的没有找到什么V143工具,只有V145的,所以替换成V145了
非常感谢作者提供好用的后台点击器!
最后还想提个小建议:
1、绑定窗口目前是每1步操作独立的。需求:设置全局窗口变量后,每1步绑定的窗口无视自己的内部的变量Hwnd,采用全局变量。
2、显示窗体中增加1列“序号”和“备注”,方便修改配置的时候知道这步是做什么的。