Go to file
ryoii 0d6c1e4a8f
Merge pull request #273 from project-mirai/create-pull-request/mah-update-version
update: mirai-api-http 2.10.0
2023-11-27 16:40:16 +08:00
.github/workflows workflow update 2022-08-01 00:26:38 +08:00
.script Update ci-setup.sh 2023-07-08 21:59:15 +08:00
_plugins Pre-build command 2022-04-02 09:56:30 +08:00
com/hcyacg update: mirai-plugins-bilibili 1.1.5-fix and mirai-plugins-pixiv 1.7.4 (#199) 2022-07-22 10:49:04 +01:00
io/github add Hammer Mirai Help (#272) 2023-03-07 17:53:54 +08:00
net/mamoe update: mirai-api-http 2.10.0 2023-11-27 08:26:34 +00:00
org Update package.json 2023-02-11 23:33:41 +08:00
protected add Hammer Mirai Help (#272) 2023-03-07 17:53:54 +08:00
tmp Auto review & merge 2021-09-19 23:42:25 +08:00
work/blackbe/mirai-plugin add BlackBE-MiraiPlugin (#268) 2023-01-22 18:52:17 +08:00
xyz/cssxsh update: for cssxsh 2022-12-22 09:52:39 +08:00
.gitignore Pre-build command 2022-04-02 09:56:30 +08:00
CNAME Create CNAME 2022-03-25 22:44:11 +08:00
LICENSE Add license 2021-01-15 23:43:17 +08:00
README.md Update README.md 2023-01-22 19:02:58 +08:00
_config.yml Pre-build command 2022-04-02 09:56:30 +08:00

README.md

Mirai Repo

用于放置包版本信息。

使用本仓库的软件

如何添加包到本仓库

  1. 必须遵循AGPLv3开源
  2. 提交Pull Request

下载途径

  1. Maven Central - 如果repo字段没有定义将默认使用
  2. 使用repo字段为每个版本定义下载链接

仓库镜像

package.json 参考格式

{
  "announcement": "包公告",
  "type": "core/plugin-jar/plugin-native/plugin-js/mcl-module等",
  "defaultChannel": "stable",
  "name": "包显示名称(为空则不在插件中心显示)",
  "description": "简介(可空)",
  "website": "网站可为GitHub可空",
  "forum": "Mirai Forum 帖子链接(可空)",
  "logo": "Logo链接可空但不建议",
  "readme": "README.md链接可空链接请指向RAW",
  "channels": {
    "stable": [
      "1.0.0"
    ]
  },
  "repo": {
    "1.0.0": {
      "archive": "https://example.org/org/example/1.0.0/example.zip",
      "metadata": "https://example.org/org/example/1.0.0/example.metadata",
      "sha1": "https://example.org/org/example/1.0.0/example.zip.sha1"
    }
  }
}

README 修改参考模板


## 安装 `my-plugin`

### 使用 mirai-console-loader 安装 `my-plugin`

`./mcl --update-package ${{packageid}} --channel $${channel}} --type plugin`

### 手动安装

开源许可证

Mirai Repo
Copyright (C) 2021-2022 Mamoe Technologies
Copyright (C) 2020-2022 iTX Technologies

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.