MountainDash / nonebot-bison

A nonebot2 plugin to repost social media posts to QQ group
https://nonebot-bison.netlify.app
MIT License
168 stars 35 forks source link

修复 anonymous_site() 无法正确工作的问题 #606

Closed felinae98 closed 3 months ago

felinae98 commented 3 months ago

fix #605

netlify[bot] commented 3 months ago

Deploy Preview for nonebot-bison ready!

Name Link
Latest commit 56d88b01dcc0cf9e35c258bfce9d3338b5b36779
Latest deploy log https://app.netlify.com/sites/nonebot-bison/deploys/66b360497aa56d0008376e5d
Deploy Preview https://deploy-preview-606--nonebot-bison.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 85.28%. Comparing base (6694b5d) to head (56d88b0). Report is 1 commits behind head on main.

Files Patch % Lines
nonebot_bison/utils/site.py 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #606 +/- ## ========================================== - Coverage 85.29% 85.28% -0.01% ========================================== Files 91 91 Lines 4773 4779 +6 ========================================== + Hits 4071 4076 +5 - Misses 702 703 +1 ``` | [Flag](https://app.codecov.io/gh/MountainDash/nonebot-bison/pull/606/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MountainDash) | Coverage Δ | | |---|---|---| | [smoke-test](https://app.codecov.io/gh/MountainDash/nonebot-bison/pull/606/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MountainDash) | `85.28% <85.71%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MountainDash#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

AzideCupric commented 3 months ago

顺便给抽象基类标记下抽象方法吧(