Skip to content

NonsPlayer/Nons-Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

图标

NonsPlayer Plugin Store

A repository for listing NonsPlayer plugins.

临时目录

  • Ncm: NonsPlayer的网易云适配器

插件提交及更新

  1. Fork 本仓库
  2. plugins 目录下创建一个 JSON 文件,内容如下

预览图片最好是2:1的比例,建议800x400

{
    "name": "ExamplePlugin", // 插件名
    "repo": "Miaoyww/example-plugin", // 插件的 Repo
    "branch": "main", // 分支名
    "author": "Author" // 作者
}

Manifest.json 格式

Special thanks to BetterNCM

{
    "name": "ExamplePlugin", // 插件名
    "slug": "example-plugin", // 插件唯一识别名(英文、数字、横杠与下划线) (留空则根据插件名自动生成)(如果插件名有中文请填写该字段)
    "version": "0.1.0", // 插件版本,推荐使用语义化版本(https://semver.org/)
    "author": "Author", // 插件作者
    "author_link": "https://example.com", // 作者链接(可选)
    "description": "Description of the plugin", // 插件描述
    "preview": "preview.png", // 插件预览图
    "type": "plugin", // 插件类型(可选):adapter  | plugin (默认)
    "requirements": ["example-dependency"], // 依赖的插件 Slug(可选)
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published