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 094e90a commit be67a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yz-yuki-plugin",
"version": "2.0.5-11",
"version": "2.0.5-12",
"description": "优纪插件,yunzaijs 关于 微博推送、B站推送 等功能的拓展插件",
"author": "snowtafir",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/apps/bilibili.ts
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ message.use(

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

0 comments on commit be67a1d

Please sign in to comment.