Open
Conversation
- SMB000X
- 修复部分bug
- 新增自动关机功能
- SSS000X
- 优化点击行为逻辑
- 优化延迟逻辑,现在更自然过渡了
- SPR000X(新增)
- 实现配装购买低价方案
- 新增DMB000X双端购买满仓行为脚本 - 调整ui行为栏的显示逻辑
- 新增协议类DeltaProtocol,规范所有函数的通信协议。定义protocol_handler装饰器和Timer上下文管理器计时方法。现在delta实例的所有函数都使用protocol_handler维护DeltaProtocol协议。
- 修改了Behavior的存放路径,现在放在项目根目录了。
- Behavior类
-完全重构Behavior类的写法,现在使用三线程(监听、日志、逻辑),更稳定,更灵活。
- 重写SMB000X实现,其余行为脚本暂时放置temp等待优化。
- 新增SMBTEST实现,用于测试延迟。
- GUI
-优化ui的显示,支持热重载。行为栏现在使用类方法来获取参数配置了。增加刷新功能。
- 优化ui启动界面的状态文字显示和进度条
- 可以使用delta.sleep()进行暂停,这个函数会被追踪计时。 - 优化Timer计时器,优化协议对TimingRecord的记录方式。 - 优化ui显示。 - 可以通过ProtocolFormatter进行调用链显示。
- 追踪窗口记录函数。 - 尝试paddle未果,保留easyocr。 - 增加装饰器短路设置。 - 优化识别类的封装逻辑。
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.
No description provided.