-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
修复错误,并增加专栏投币功能与领取大会员经验的功能 #617
Merged
Merged
Conversation
This file contains 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
Closed
可以编译一份吗,佬。 |
需要编译后文件临时使用的,请访问 https://github.com/Polaris-cn10086/BiliBiliToolPro/releases 寻找最新编译版本 |
@RayWangQvQ 麻烦有空看一看PR 🤔,陆陆续续更了一个月了 (;´༎ຶД༎ຶ`) |
Open
抱歉最近太忙了,明天我来合并 |
RayWangQvQ
approved these changes
Dec 1, 2023
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.
1.修复Bug:
VipBigPoint
任务的时候出现空引用的错误粉丝牌出错:
注:图为错误产生的原因
粉丝牌出错修复的测试由 @MTChaoyi 完成。
VipBigPoint
任务空引用错误:#260 (comment)
2.添加专栏投币功能:
注意⚠:
DailyTaskConfig
中添加了IsDonateCoinForArticle
配置用以控制是否开启专栏投币功能(默认关闭)。3. 当前专栏投币功能不支持SelectLike
参数来控制是否在投币的同时点赞。SelectLike
参数来控制点赞。SupportUpIds
参数,用以抽选专栏。若无该参数,将跳过专栏投币。(future)图为专栏投币的早期版本,目前提示词已改:
3.添加领取大会员经验的功能
VipBigPoint
任务一同执行IsWatchVideo
设置为了false
,会使得一直无法领取该经验3.添加了几个单元测试