-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
85 lines (85 loc) · 2.5 KB
/
Copy pathregistry.json
File metadata and controls
85 lines (85 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"version": 1,
"plugins": [
{
"id": "custom-room-bg",
"name": "自定义房间背景",
"version": "1.0.0",
"author": "AwCat",
"desc": "为当前房间设置仅自己可见的自定义背景图",
"minClientVersion": "1.56.0"
},
{
"id": "channel-tts",
"name": "频道文字消息 TTS",
"version": "1.0.0",
"author": "AwCat",
"desc": "朗读当前正在查看的频道里的新文字消息",
"minClientVersion": "1.56.0"
},
{
"id": "misc-fix",
"name": "杂项修复",
"version": "1.1.0",
"author": "AwCat",
"desc": "语音包收藏后刷新列表;设备菜单可滚动;补全客户端评论接口缺失的签名",
"minClientVersion": "1.56.0"
},
{
"id": "screen-share-danmaku",
"name": "屏幕共享增强",
"version": "1.1.0",
"author": "AwCat",
"desc": "共享画面显示弹幕和连接模式,并可切换 P2P/中转",
"minClientVersion": "1.56.0"
},
{
"id": "block-update",
"name": "屏蔽客户端更新",
"version": "1.1.0",
"author": "AwCat",
"desc": "阻断官方检查更新接口,完整更新和热更新都不会弹出",
"minClientVersion": "1.56.0"
},
{
"id": "official-room-deco",
"name": "强制上传房间自定义背景",
"version": "1.0.1",
"author": "AwCat",
"desc": "调用官方存量接口上传房间背景",
"minClientVersion": "1.56.0"
},
{
"id": "export-credentials",
"name": "用户凭据导出",
"version": "1.0.1",
"author": "AwCat",
"desc": "一键导出当前登录态、query 参数和会话 Cookie,供独立脚本调用官方接口",
"minClientVersion": "1.56.0"
},
{
"id": "heybox-dev-mcp",
"name": "开发调试 MCP",
"version": "1.0.1",
"author": "AwCat",
"desc": "本机调试桥:Cursor Agent 经 localhost 在渲染进程执行 JS、读 Vuex/webpack",
"minClientVersion": "1.56.0"
},
{
"id": "heybox-bbs",
"name": "社区功能补全",
"version": "1.1.2",
"author": "AwCat",
"desc": "电脑上也能刷小黑盒!为客户端增加社区主页",
"minClientVersion": "1.56.0"
},
{
"id": "perf-tune",
"name": "内存优化",
"version": "1.0.3",
"author": "AwCat",
"desc": "在尽量不影响正常功能的情况下三挡优化内存",
"minClientVersion": "1.56.0"
}
]
}