Skip to content

Commit

Permalink
optimize: getUserInfo message
Browse files Browse the repository at this point in the history
  • Loading branch information
snowtafir committed Oct 26, 2024
1 parent 8f83f4d commit 34aa146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/bilibili.ts
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ export default class YukiBili extends Plugin {

if (data.live_room) {
message.push(
`***********\n---直播信息---`,
`\n***********\n---直播信息---`,
`\n直播标题:${data?.live_room?.title}`,
`\n直播房间:${data?.live_room?.roomid}`,
`\n直播状态:${data?.live_room?.liveStatus ? '直播中' : '未开播'}`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yuki-plugin",
"version": "2.0.5-11",
"version": "2.0.5-12",
"author": "snowtafir",
"description": "优纪插件,yunzai-V4 关于 微博推送、B站推送 等功能的拓展插件",
"main": "./index",
Expand Down

0 comments on commit 34aa146

Please sign in to comment.