From 4420d61efeda00107ecf0039e3239238236eec85 Mon Sep 17 00:00:00 2001 From: chujian-root <2336001681@qq.com> Date: Mon, 24 Aug 2026 13:07:57 +0800 Subject: [PATCH 1/5] add plugin qq_music 1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ElainaBot‑V2 QQ音乐点歌插件v1.4.1,支持点歌、播放、歌词展示,支持Web配置面板,支持群/个人开关控制。 --- plugins.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index f4b177a..622a90e 100644 --- a/plugins.json +++ b/plugins.json @@ -585,4 +585,19 @@ "回调按钮" ] } -] +], +{ + "name": "qq_music", + "type": "complete", + "author": "飞行漂绒", + "description": "QQ音乐点歌:搜索/音源/完整歌词,个人/群/全局歌词开关,Web管理面板", + "version": "1.4.1", + "category": "娱乐", + "github": "https://github.com/cyrene-093/qq_music", + "branch": "main", + "tags": [ + "娱乐", + "点歌", + "歌词", + ] +} From 4dd5eb9b3d4673f6c610b90560725b959a7d4e41 Mon Sep 17 00:00:00 2001 From: chujian-root <2336001681@qq.com> Date: Mon, 24 Aug 2026 13:08:40 +0800 Subject: [PATCH 2/5] add plugin qq_music 1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ElainaBot‑V2 QQ音乐点歌插件v1.4.1,支持点歌、播放、歌词展示,支持Web配置面板,支持群/个人开关控制。 --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 622a90e..728f804 100644 --- a/plugins.json +++ b/plugins.json @@ -598,6 +598,6 @@ "tags": [ "娱乐", "点歌", - "歌词", + "歌词", ] } From 2d272e3e48cef4d3e5676d490f861b65fd63a782 Mon Sep 17 00:00:00 2001 From: chujian-root <2336001681@qq.com> Date: Mon, 24 Aug 2026 13:18:21 +0800 Subject: [PATCH 3/5] Add plugin: qq_music 1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ElainaBot‑V2 QQ音乐点歌插件v1.4.1,支持点歌、播放、歌词展示,支持Web配置面板,支持群/个人开关控制。 --- plugins.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins.json b/plugins.json index 728f804..68e63ed 100644 --- a/plugins.json +++ b/plugins.json @@ -584,9 +584,8 @@ "排行", "回调按钮" ] - } -], -{ + }, + { "name": "qq_music", "type": "complete", "author": "飞行漂绒", From 46fab603b3332989419c02b289b433352281c705 Mon Sep 17 00:00:00 2001 From: chujian-root <2336001681@qq.com> Date: Mon, 24 Aug 2026 13:29:40 +0800 Subject: [PATCH 4/5] Add plugin: qq_music 1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增 QQ 音乐点歌插件 qq_music v1.4.1 - 指令:#点歌、#听1、#歌词、歌词开关、群歌词开关 - 含 Web 管理面板(统计、点歌记录、用户/群设置) - 插件仓库:https://github.com/你的用户名/qq_music --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 68e63ed..7314acb 100644 --- a/plugins.json +++ b/plugins.json @@ -597,6 +597,6 @@ "tags": [ "娱乐", "点歌", - "歌词", + "歌词" ] } From 8d4b15803b880d81dd15e76a4644421854dfa591 Mon Sep 17 00:00:00 2001 From: chujian-root <2336001681@qq.com> Date: Mon, 24 Aug 2026 13:35:07 +0800 Subject: [PATCH 5/5] Fix author name in qq_music plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated author name from '飞行漂绒' to '飞行漂线' in the qq_music plugin. --- plugins.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/plugins.json b/plugins.json index 7314acb..0ab0997 100644 --- a/plugins.json +++ b/plugins.json @@ -586,17 +586,18 @@ ] }, { - "name": "qq_music", - "type": "complete", - "author": "飞行漂绒", - "description": "QQ音乐点歌:搜索/音源/完整歌词,个人/群/全局歌词开关,Web管理面板", - "version": "1.4.1", - "category": "娱乐", - "github": "https://github.com/cyrene-093/qq_music", - "branch": "main", - "tags": [ - "娱乐", - "点歌", - "歌词" - ] -} + "name": "qq_music", + "type": "complete", + "author": "飞行漂线", + "description": "QQ音乐点歌:搜索/音源/完整歌词,个人/群/全局歌词开关,Web管理面板", + "version": "1.4.1", + "category": "娱乐", + "github": "https://github.com/cyrene-093/qq_music", + "branch": "main", + "tags": [ + "娱乐", + "点歌", + "歌词" + ] + } +]