npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

koishi-plugin-music-voice-xiaoxue

v1.1.1

Published

fork from小学的网易云插件,但是加入了KOU KOU MUSIC和 Q / Q music(如侵权,请联系删除)

Readme

koishi-plugin-music-voice-xiaoxue

npm

fork from小学的网易云点歌插件 https://github.com/idranme/koishi-plugin-music-voice?tab=readme-ov-file#%E4%BD%BF%E7%94%A8%E8%AF%A5%E6%8F%92%E4%BB%B6%E6%90%9C%E7%B4%A2%E5%B9%B6%E8%8E%B7%E5%8F%96%E6%AD%8C%E6%9B%B2

koishi-plugin-music-voice-xiaoxue https://img.shields.io/npm/v/koishi-plugin-music-voice-xiaoxue?style=flat-square

基于小学的网易云点歌插件 idranme/koishi-plugin-music-voice 扩展的多平台音乐点歌插件,支持网易云音乐、酷狗音乐和QQ音乐。

✨ 功能特性 多平台支持:同时支持网易云音乐、酷狗音乐、QQ音乐

可配置搜索源:用户可选择启用任意组合的音乐平台

多种播放格式:支持文本、音频、视频、文件等多种发送格式

交互式选择:提供文本或图片歌单,支持序号选择歌曲

智能序号计算:自动计算并显示连续序号,方便用户选择

代理支持:为海外用户提供代理请求选项

丰富的配置:支持多种自定义设置,满足不同需求

📦 安装 在 Koishi 插件市场搜索 music-voice-xiaoxue 并安装。

或使用命令行安装:

bash npm install koishi-plugin-music-voice-xiaoxue ⚙️ 配置说明 基础设置 使用的指令名称:默认 music

使用的指令别名:默认 mdff

生成语音时返回的文字提示内容:默认 生成语音中…

等待用户选择歌曲序号的最长时间:默认 45 秒

搜索源设置 选择搜索源:可多选网易云音乐、酷狗音乐、QQ音乐(默认启用网易云和酷狗)

API密钥设置 酷狗音乐API密钥:默认 Dragon7C03C8F86C48A77BF4BA86DF1E276A01

QQ音乐API密钥:默认 Dragon7C03C8F86C48A77BF4BA86DF1E276A01

感谢龙珠API提供的API服务:本插件使用的酷狗音乐和QQ音乐API由 龙珠API 提供支持。

歌单渲染设置 图片歌单模式:开启后使用 puppeteer 生成图片歌单,关闭后使用文本歌单

图片歌单的文字颜色:默认白色

图片歌单的背景颜色:默认黑色

进阶设置 网易云搜索歌曲列表的数量:默认 20 首

酷狗搜索歌曲列表的数量:默认 20 首

QQ音乐搜索歌曲列表的数量:默认 20 首

退出选择指令:默认 ["0", "不听了"]

是否在歌单内容后加上退出选择指令的文字提示:默认关闭

是否在发送语音后撤回提示消息:默认开启

歌曲最长持续时间:默认 30 分钟

调试设置 是否使用 Apifox Web Proxy 代理请求:适用于海外用户,默认关闭

获取音乐直链的后端API:网易云音乐使用的API,可选 api.injahow.cn 或 api.qijieya.cn

歌曲信息的返回格式:可选文本、语音、语音(buffer)、视频、文件,默认音频

开发者选项 日志调试模式:开启后输出详细日志,默认关闭

🎵 使用方式 基本用法 text /music 关键词 或 /mdff 关键词 快速选择(可选) text /music 关键词 -n 序号 示例 text /music 周杰伦 /music 喜欢你 /music 江南 -n 1 🔧 前置要求 必需服务 http 服务(已默认开启)

logger 服务(已默认开启)

i18n 服务(已默认开启)

可选服务(根据需求启用) puppeteer 服务:用于生成图片歌单

ffmpeg 服务:用于音频转换

silk 服务:用于语音编码

📄 许可证 本项目基于 MIT 许可证开源。

🙏 致谢 感谢小学的原始插件 idranme/koishi-plugin-music-voice

感谢龙珠API提供的API服务:https://sdkapi.hhlqilongzhu.cn/

感谢所有贡献者和用户

🐛 问题反馈 如果在使用过程中遇到任何问题,或有功能建议,请通过以下方式反馈:

在 GitHub 仓库提交 Issue

通过 Koishi 社区反馈

🔄 更新日志 v1.1.0 修复酷狗音乐调用失败的问题

新增QQ音乐支持

添加多平台搜索源选择功能

支持API密钥配置

优化交互体验和错误处理 v1.0.0 基于小学的网易云点歌插件进行扩展

新增酷狗音乐支持

优化交互体验和错误处理