Open
Conversation
✅ Deploy Preview for nonebot-bison ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #759 +/- ##
==========================================
- Coverage 85.10% 84.98% -0.13%
==========================================
Files 99 100 +1
Lines 5641 5842 +201
==========================================
+ Hits 4801 4965 +164
- Misses 840 877 +37
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
AzideCupric
reviewed
Feb 21, 2026
|
|
||
|
|
||
| class ArknightsPost(Post, HTMLContentSupport): | ||
| class HGAnnouncePost(Post, HTMLContentSupport): |
Collaborator
There was a problem hiding this comment.
需要这个HG缩写吗,直接叫AnnouncePost就可以吧,反正是特定platform下的类,不用担心有什么冲突
| from .platform import NewMessage, RawPost, StatusChange | ||
|
|
||
|
|
||
| class EFResponseBase(BaseModel): |
Collaborator
There was a problem hiding this comment.
- 没必要缩写,写就写全更能看懂
- 以及这个model这么多的话可以单开一个文件比较好
| return CleanedBulletinData(title=title, content=content, images=images, link=link) | ||
|
|
||
|
|
||
| class EFBulletinListResponse(EFResponseBase): |
| data: BulletinList | ||
|
|
||
|
|
||
| class EFBulletinResponse(EFResponseBase): |
| ) | ||
|
|
||
|
|
||
| class EFVersion(StatusChange): |
felinae98
reviewed
Feb 21, 2026
| class ArknightsSite(Site): | ||
| name = "arknights" | ||
| class HypergryphSite(Site): | ||
| name = "hypergryph" |
Collaborator
There was a problem hiding this comment.
这个name可能不能改,因为 db 里的 cookie 表写了这个名字,最好加个 db 的 migration 把原来的数据改了
This file contains hidden or 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
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.
This change is