-
Notifications
You must be signed in to change notification settings - Fork 2k
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
add control for saucenao & bilibili_parse #839
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
看到这个pr才意识到每个用到getdata的插件都没有对取到的状态进行缓存 |
过一阵仔细看看。 |
fumiama
requested changes
May 4, 2024
fumiama
previously approved these changes
May 4, 2024
YumeMichi
added a commit
to YumeMichi/ZeroBot-Plugin
that referenced
this pull request
May 4, 2024
* https://github.com/FloatTech/ZeroBot-Plugin: chore: update deps chore: update deps chore: update deps chore: update deps feat: add option `-mirror` 💩👌 make lint happy fix: reply face fix: reply face fix(manager): 撤回 fix(bilibili): parse config add control for saucenao & bilibili_parse (FloatTech#839) ✨ 修复b站小程序解析 (FloatTech#895) fix(manager): 回应表情 fix: imgpool on LLOB fix: update img pool optimize: 赞我 触发失败时静默 chore: update deps optimize: README uwu icon feat: add uwu logo fix(emojimix): add more logs fix(drawlots): draw gif noise 💩👌 make lint happy fix(emojimix): connection issue in some regions fix(drawlots): draw gif noise chore: del vtbxxx due to 跑路 chore: tidy optimize: saucenao head chore: del imgfinder due to 跑路 fix(github): get api method revert: fix(searcher): forward node 💩👌 make lint happy fix(searcher): forward node chore: update deps fix: version limit fix: version limit fix: version limit fix: atri 早安 conflict with sleep_manage & add 回应表情 chore: del wenben due to 跑路 chore: del wangyiyun due to 跑路 chore: del quan due to 跑路 chore: del jiuejuezi due to 跑路 chore: del jiami due to 跑路 chore: del heisi due to 跑路 chore: del dress due to 删库 chore: del cangtoushi due to 使えない chore: del baidu due to 使えない chore: del aipaint due to 过气 🔖 v1.7.8
fumiama
added a commit
that referenced
this pull request
May 6, 2024
* [mcfish] Add one click selling Add one click waste selling function to mcfish plugin 给mcfish 添加一键售卖垃圾功能 * 🔖 v1.7.8 * chore: del aipaint due to 过气 * chore: del baidu due to 使えない * chore: del cangtoushi due to 使えない * chore: del dress due to 删库 * chore: del heisi due to 跑路 * chore: del jiami due to 跑路 * chore: del jiuejuezi due to 跑路 * chore: del quan due to 跑路 * chore: del wangyiyun due to 跑路 * chore: del wenben due to 跑路 * fix: atri 早安 conflict with sleep_manage & add 回应表情 * fix: version limit * fix: version limit * fix: version limit * chore: update deps * fix(searcher): forward node * 💩👌 make lint happy * revert: fix(searcher): forward node * fix(github): get api method * chore: del imgfinder due to 跑路 * optimize: saucenao head * chore: tidy * chore: del vtbxxx due to 跑路 * fix(drawlots): draw gif noise * fix(emojimix): connection issue in some regions * 💩👌 make lint happy * fix(drawlots): draw gif noise * fix(emojimix): add more logs * feat: add uwu logo * optimize: README uwu icon * chore: update deps * optimize: 赞我 触发失败时静默 * fix: update img pool * fix: imgpool on LLOB * fix(manager): 回应表情 * ✨ 修复b站小程序解析 (#895) * add control for saucenao & bilibili_parse (#839) * add control for saucenao&bilibili_parse * not only group * update control * reuse variables --------- Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com> * fix(bilibili): parse config * fix(manager): 撤回 * fix: reply face * fix: reply face * 💩👌 make lint happy * feat: add option `-mirror` * chore: update deps * chore: update deps * chore: update deps * chore: update deps * chore: update deps * chore: update deps * chore: update deps * 🔖 v1.8.0 * revert: emojimix http2 * 📝 update README * [mcfish] Add one click selling Add one click waste selling function to mcfish plugin 给mcfish 添加一键售卖垃圾功能 * Update robbery plugin Update robbery plugin 修改打劫功能 --------- Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com> Co-authored-by: himawari <54976075+guohuiyuan@users.noreply.github.com> Co-authored-by: 莫思潋 <55676105+shudorcl@users.noreply.github.com>
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.
观察到以图搜图可能会发出NSFW图片,以及B站视频总结很多时候占据太多版面,于是为其增加了控制指令
不过GetData/SetData没看太明白,至少运行起来是有效的)