@zhin.js/plugin-music 1.0.4 → 1.0.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/plugin-music",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Music search and sharing plugin for Zhin.js",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -40,13 +40,13 @@
40
40
  "license": "MIT",
41
41
  "dependencies": {},
42
42
  "devDependencies": {
43
- "typescript": "^5.9.3",
44
- "zhin.js": "1.0.62",
45
- "@zhin.js/adapter-icqq": "2.0.4"
43
+ "typescript": "^6.0.0",
44
+ "zhin.js": "1.0.64",
45
+ "@zhin.js/adapter-icqq": "2.0.6"
46
46
  },
47
47
  "peerDependencies": {
48
- "@zhin.js/adapter-icqq": "2.0.4",
49
- "zhin.js": "1.0.62"
48
+ "@zhin.js/adapter-icqq": "2.0.6",
49
+ "zhin.js": "1.0.64"
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
+ - 分享结果以富文本卡片呈现