mioku-plugin-music 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mioku-plugin-music",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "音乐插件:点歌、搜索音乐、听歌语音发送",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -17,6 +17,20 @@
|
|
|
17
17
|
"ai",
|
|
18
18
|
"screenshot"
|
|
19
19
|
],
|
|
20
|
+
"accessHooks": [
|
|
21
|
+
{
|
|
22
|
+
"id": "点歌",
|
|
23
|
+
"match": "/^\\/?点歌\\s+/"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": "听",
|
|
27
|
+
"match": "/^听\\d+$/"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "原曲",
|
|
31
|
+
"match": "/^原曲\\d+$/"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
20
34
|
"help": {
|
|
21
35
|
"title": "音乐",
|
|
22
36
|
"description": "点歌并发送语音,支持搜索结果图片列表",
|