Skip to content

OOooo0Oo/mirai-dice-release-noextra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirai Console Loader

模块化、轻量级且支持完全自定义的 mirai 加载器。

欢迎阅读自带脚本的说明

简介

iTX Technologies Mirai Console Loader(下简称MCL)采用模块化设计,包含以下几个基础模块:

  • Script 脚本执行模块,用于加载和执行脚本,MCL的主要功能均由脚本实现。脚本执行有各个阶段,详见注释。
  • Config 配置文件模块,用于配置的持久化。
  • Downloader 下载器模块,用于下载文件,并实时返回进度。
  • Logger 日志模块,用于向控制台输出日志。

启动MCL

  1. 安装 Java 运行时(版本必须 >= 11)
  2. Releases 下载最新版本的MCL
  3. 解压到某处
  4. 在命令行中执行.\mcl以启动MCL

Mirai Repo 列表

  • Gitee - 默认,如要镜像请完整拷贝该仓库文件即可

Maven Repo 列表

  • Bintray - Him188moe - mamoe 官方仓库,仅包含mirai相关包
  • JCenter - mamoe 官方仓库会自动同步到 JCenter
  • Aliyun - 默认,阿里云JCenter镜像,国内访问速度快
  • HuaweiCloud - 华为云JCenter镜像,阿里云不可用时的备选方案

开源许可证

Copyright (C) 2020 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/>.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.0%
  • PowerShell 23.4%
  • Batchfile 5.0%
  • Shell 4.6%