{"id":21368517,"url":"https://github.com/itxtech/mirai-native","last_synced_at":"2025-04-05T05:05:29.755Z","repository":{"id":40652432,"uuid":"241916457","full_name":"iTXTech/mirai-native","owner":"iTXTech","description":"强大的 mirai 原生插件加载器","archived":false,"fork":false,"pushed_at":"2023-07-31T13:33:35.000Z","size":1778,"stargazers_count":368,"open_issues_count":13,"forks_count":138,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T04:05:38.568Z","etag":null,"topics":["mirai"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iTXTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-20T15:17:12.000Z","updated_at":"2025-03-17T18:11:00.000Z","dependencies_parsed_at":"2024-11-22T07:36:10.242Z","dependency_job_id":null,"html_url":"https://github.com/iTXTech/mirai-native","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTXTech%2Fmirai-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTXTech%2Fmirai-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTXTech%2Fmirai-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTXTech%2Fmirai-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iTXTech","download_url":"https://codeload.github.com/iTXTech/mirai-native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289426,"owners_count":20914464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mirai"],"created_at":"2024-11-22T07:24:59.589Z","updated_at":"2025-04-05T05:05:29.735Z","avatar_url":"https://github.com/iTXTech.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mirai Native\n\n__强大的 `mirai` 原生插件加载器__\n\nMirai Native 支持所有`stdcall`方式导出方法的`DLL`与 [mirai](https://github.com/mamoe/mirai) 交互。\n\n与**大部分**`酷Q`插件兼容，**不支持**`CPK`和解包的`DLL`，需获取`DLL`和`JSON`原文件，`JSON`文件**不支持**注释。\n\n## `Mirai Native` 仅支持 `Windows 32位 Java`\n\n1. 可前往 [Temurin](https://adoptium.net/temurin/releases/) 下载\n2. 选择 `Windows` -\u003e `x86` 下载 `Windows 32位 Java`\n3. 支持 `Java 11` 之后的版本\n\n## [欢迎参与建设`Mirai Native`插件中心](https://github.com/iTXTech/mirai-native/discussions/121)\n\n## [Wiki - 开发者和用户必读](https://github.com/iTXTech/mirai-native/wiki)\n\n## [下载 `Mirai Native`](https://github.com/iTXTech/mirai-native/releases)\n\n## 使用 [Mirai Console Loader](https://github.com/iTXTech/mirai-console-loader) 安装`Mirai Native`\n\n* `MCL` 支持自动更新插件，支持设置插件更新频道等功能\n\n`.\\mcl --update-package org.itxtech:mirai-native --channel stable --type plugin`\n\n## `Mirai Native Tray`\n\n* 右键`流泪猫猫头`打开 `Mirai Native` 托盘菜单。\n* 左键`流泪猫猫头`显示悬浮窗。\n\n## `mirai Native Plugin Manager`\n\n```\n\u003e npm\nMirai Native 插件管理器\n\n/disable \u003c插件Id\u003e   停用指定 Mirai Native 插件\n/enable \u003c插件Id\u003e   启用指定 Mirai Native 插件\n/info \u003c插件Id\u003e   查看指定 Mirai Native 插件的详细信息\n/list    列出所有 Mirai Native 插件\n/load \u003cDLL文件名\u003e   加载指定DLL文件\n/menu \u003c插件Id\u003e \u003c方法名\u003e   调用指定 Mirai Native 插件的菜单方法\n/reload \u003c插件Id\u003e   重新载入指定 Mirai Native 插件\n/unload \u003c插件Id\u003e   卸载指定 Mirai Native 插件\n```\n\n\n## 开源许可证\n\n    iTXTech Mirai Native\n    Copyright (C) 2020-2022 iTX Technologies\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as\n    published by the Free Software Foundation, either version 3 of the\n    License, or (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n\n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitxtech%2Fmirai-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitxtech%2Fmirai-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitxtech%2Fmirai-native/lists"}