We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fe375 commit 83fe568Copy full SHA for 83fe568
changelog/changelog.js
@@ -1,4 +1,12 @@
1
const BILISCOPE_CHANGE_LOG = [
2
+ {
3
+ version: "0.6.3",
4
+ changes: [
5
+ "修复了词云的显示问题",
6
+ "不再会在合集上错误显示用户卡片了",
7
+ "支持对评论区@用户的卡片显示",
8
+ ]
9
+ },
10
{
11
version: "0.6.2",
12
changes: [
manifest.json
@@ -1,7 +1,7 @@
"manifest_version": 3,
"name": "BiliScope - Bilibili插件,你的B站小助手",
- "version": "0.6.2",
+ "version": "0.6.3",
"description": "可以显示视频的AI内容总结,在B站的各类网页上显示用户的详细信息,包括关注数、粉丝数、投稿数、签名、投稿词云等等。还可以给UP主做备注和标签!",
"icons": {
"128": "img/logo.png"
0 commit comments