Skip to content

Commit

Permalink
Update musicSignUrl to docs & onebot11 config
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuchen committed Apr 28, 2024
1 parent 3d27a4c commit e97f323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
11. 新增设置自身在线状态 - 新增 API: /set_online_status
12. 修复群成员加入时间 上次活跃 活跃等级字段 - 影响 API: /get_group_member_info /get_group_member_list
13. 修复视频所需的 ffmpeg 路径不正确导致视频封面和时长获取失败
14. 支持音乐卡片,需要配置签名服务器地址, `config/onebot11_<qq>.json``musicSignUrl`字段
3 changes: 2 additions & 1 deletion src/onebot11/onebot11.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"debug": false,
"enableLocalFile2Url": true,
"heartInterval": 30000,
"token": ""
"token": "",
"musicSignUrl": ""
}

0 comments on commit e97f323

Please sign in to comment.