-
Notifications
You must be signed in to change notification settings - Fork 24
feat: copilot list for automatic combat #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: copilot list for automatic combat #49
Conversation
fix typo in TaskDetail (misspelled ViewDetailTabButton)
用于寻找地图的 stage_name (例如 act42side_10) 对应的 navigate_name (MT-10)
|
UX角度几个建议: |
- fixed the newly downloaded copilot file can not be selected automatically after switching back from the copilot list after downloading - added onSubmit to accepts keyboard Enter input for prtsCode - 修复了在战斗列表页面下载作业自动切回来之后不会选中新下载的作业的问题 - 神秘代码的 TextField 绑定 onSubmit,接受键盘 Enter 输入
removed MAAUseCopilotList persistence and show RegularCopilotList by default on startup 移除了 MAAUseCopilotList 的持久化,应用启动默认展示 RegularCopilotList
|
我在尝试 "矢量突破自动战斗循环第一层",但好像这个 pr 还不太支持矢量突破,想请教一下这个矢量突破的导航需要改哪一部分 code 呢? |
具体哪里不支持? |
|
感谢!on a side note.. 我在这里 MaaMacGui/MeoAsstMac/Views/CopilotView.swift Lines 49 to 74 in ab001ca
MaaMacGui/MeoAsstMac/Views/CopilotView.swift Lines 81 to 85 in ab001ca
|
因为战斗列表给 MAACore 传的参数里面有一条 还是等 hg 大佬重构常规自动战斗之后加入循环次数的支持吧~ |
|
哦哦 原来如此 感谢! 🥺 没事我上一条那样改一下已经可以循环 vec-01 了(躺平 |
|
我在自动战斗配置页增加了追加自定干员的调用(见 8e4c88a),和 WpfGui 那边对齐了(
|



implements automatic continuous combat for stages in the same area
仿照 WpfGui 实现自动战斗列表功能
主要变更:
.fileImporter读取不了沙盒外文件的问题(我不确定这么做是否合适,亦或是使用startAccessingSecurityScopedResource更合适一些)(见 3e22c3b)目前已知会影响战斗列表的问题:
我之前没怎么接触过 Swift,实现里难免有不太到位的地方,如有不当之处还请大佬不吝指正(