We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
公招模拟是一个非常强大且实用的功能! 在尝试过程中发现了一点优化可能,在 tag 较多的时候非常刷屏而且关键信息不明确,排序也稍显混乱。
大多数时候其实输出复数 tag 主要是为了查看互相组合能够产生什么干员,因此有一点优化建议。 1.存在资深/高级资深时,忽略没有这两个 tag 的其他组合。 2.复数 tag 时优先输出存在组合的情况 3.将不同组合结果拆分→利用折叠/合并转发减少占屏
进一步,将自定义输出模式加入config,例如是否自动忽略单一 tag 结果,是否只输出 4-5-6 星干员结果等。
我认为能够极大的优化公招模拟器体验,拙见仅供参考啦。
The text was updated successfully, but these errors were encountered:
我觉得直接屏蔽有 三星干员 的结果 更直接一些
Sorry, something went wrong.
cssxsh
Successfully merging a pull request may close this issue.
公招模拟是一个非常强大且实用的功能!
在尝试过程中发现了一点优化可能,在 tag 较多的时候非常刷屏而且关键信息不明确,排序也稍显混乱。
大多数时候其实输出复数 tag 主要是为了查看互相组合能够产生什么干员,因此有一点优化建议。
1.存在资深/高级资深时,忽略没有这两个 tag 的其他组合。
2.复数 tag 时优先输出存在组合的情况
3.将不同组合结果拆分→利用折叠/合并转发减少占屏
进一步,将自定义输出模式加入config,例如是否自动忽略单一 tag 结果,是否只输出 4-5-6 星干员结果等。
我认为能够极大的优化公招模拟器体验,拙见仅供参考啦。
The text was updated successfully, but these errors were encountered: