Skip to content

Commit 83fe568

Browse files
Ready for 0.6.3
1 parent 64fe375 commit 83fe568

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog/changelog.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
const BILISCOPE_CHANGE_LOG = [
2+
{
3+
version: "0.6.3",
4+
changes: [
5+
"修复了词云的显示问题",
6+
"不再会在合集上错误显示用户卡片了",
7+
"支持对评论区@用户的卡片显示",
8+
]
9+
},
210
{
311
version: "0.6.2",
412
changes: [

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "BiliScope - Bilibili插件,你的B站小助手",
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"description": "可以显示视频的AI内容总结,在B站的各类网页上显示用户的详细信息,包括关注数、粉丝数、投稿数、签名、投稿词云等等。还可以给UP主做备注和标签!",
66
"icons": {
77
"128": "img/logo.png"

0 commit comments

Comments
 (0)