@zhin.js/plugin-music 1.0.3 → 1.0.5
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 +5 -5
- package/skills/music/SKILL.md +33 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhin.js/plugin-music",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Music search and sharing plugin for Zhin.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"dependencies": {},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"typescript": "^5.9.3",
|
|
44
|
-
"zhin.js": "
|
|
45
|
-
"
|
|
44
|
+
"@zhin.js/adapter-icqq": "2.0.5",
|
|
45
|
+
"zhin.js": "1.0.63"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@zhin.js/adapter-icqq": "2.0.
|
|
49
|
-
"zhin.js": "1.0.
|
|
48
|
+
"@zhin.js/adapter-icqq": "2.0.5",
|
|
49
|
+
"zhin.js": "1.0.63"
|
|
50
50
|
},
|
|
51
51
|
"peerDependenciesMeta": {
|
|
52
52
|
"@zhin.js/adapter-icqq": {
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: music
|
|
3
|
+
description: 音乐搜索与分享:支持 QQ 音乐和网易云音乐,可搜索歌曲并生成分享卡片。
|
|
4
|
+
keywords:
|
|
5
|
+
- music
|
|
6
|
+
- 音乐
|
|
7
|
+
- 歌曲
|
|
8
|
+
- 搜索
|
|
9
|
+
- 分享
|
|
10
|
+
- QQ音乐
|
|
11
|
+
- 网易云
|
|
12
|
+
- 点歌
|
|
13
|
+
tags:
|
|
14
|
+
- music
|
|
15
|
+
- entertainment
|
|
16
|
+
- media
|
|
17
|
+
tools:
|
|
18
|
+
- music_search
|
|
19
|
+
- music_share
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## 工具概览
|
|
23
|
+
|
|
24
|
+
| 工具 | 说明 |
|
|
25
|
+
|------|------|
|
|
26
|
+
| `music_search` | 搜索歌曲(关键词、来源、数量) |
|
|
27
|
+
| `music_share` | 分享指定歌曲(歌曲 ID + 来源) |
|
|
28
|
+
|
|
29
|
+
## 执行规则
|
|
30
|
+
|
|
31
|
+
- 支持 QQ 音乐和网易云音乐两个来源
|
|
32
|
+
- 搜索后通过 `music_share` 分享具体歌曲
|
|
33
|
+
- 分享结果以富文本卡片呈现
|