Skip to content
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

请求添加委托黑名单功能 #4511

Open
coooooin opened this issue Jan 13, 2025 · 2 comments
Open

请求添加委托黑名单功能 #4511

coooooin opened this issue Jan 13, 2025 · 2 comments
Labels
feature request / 功能请求 New feature or requests

Comments

@coooooin
Copy link

你的功能请求是否与问题有关?

在每日高价值委托刷完后额外委托会刷出时间长且低价值的教材类委托,如8h金书和6h紫书等,有时候正好赶上当时紧急委托没有刷出来,就会因为shortest的过滤器选中这些委托,长时间占用委托栏,在后面紧急委托刷出来也没有空余委托栏位

解决方案

添加一个黑名单列表,在黑名单内的委托不会被选中,宁可空一个栏位也不运行

其他内容

No response

@coooooin coooooin added the feature request / 功能请求 New feature or requests label Jan 13, 2025
@JerryZhousy
Copy link

建议再增加一个屏蔽每日心智类委托的开关,不然百级船不够时就会报错(虽然FAQ里有这个)

@FlYiNGPoTAToChiP
Copy link

不使用shortest

手寫過濾

shortest只是簡化的

SHORTEST_FILTER = """
0:20 > 0:30
> 1 > 1:10 > 1:20 > 1:30 > 1:40 > 1:45
> 2 > 2:15 > 2:30 > 2:40
> 3 > 3:20
> 4 > 5 > 5:20
> 6 > 7 > 8 > 9 > 10 > 12
"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request / 功能请求 New feature or requests
Projects
None yet
Development

No branches or pull requests

3 participants