-
Notifications
You must be signed in to change notification settings - Fork 34
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
🚑 修正明日方舟游戏信息的模板与图片渲染 #306
🚑 修正明日方舟游戏信息的模板与图片渲染 #306
Conversation
✅ Deploy Preview for nonebot-bison ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #306 +/- ##
==========================================
+ Coverage 81.72% 81.85% +0.13%
==========================================
Files 63 63
Lines 3157 3158 +1
==========================================
+ Hits 2580 2585 +5
+ Misses 577 573 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
从6400改到100不会出事吗 |
nonebot_bison/platform/arknights.py
Outdated
if "content" in raw_data: | ||
if raw_data["bannerImageUrl"]: | ||
pics.append(raw_post["bannerImageUrl"]) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
先判断bannerImageUrl是为什么
而且raw_data存在content字段时也会存在bannerImageUrl字段?(按你现在写的
那岂不是永远不会到第二个分支(?
丢人了(捂脸)