-
Notifications
You must be signed in to change notification settings - Fork 138
Home
PeratX edited this page Apr 17, 2020
·
8 revisions
欢迎来到 Mirai Native
的 Wiki 页面。
Mirai Native Wiki, built by PeratX.
Copyright (C) 2020 iTX Technologies All Rights Reserved.
└─MiraiNative
│ config.json // Mirai Native 配置文件
│ CQP.dll // Mirai Native Bridge
│
├─data // 原生插件数据文件夹
│ ├─io.github.richardchien.coolqhttpapi // CQHTTP数据文件夹
│ └─net.peratx.tester // Mirai Native API Tester数据文件夹
│
├─libraries // 原生插件依赖的dll文件,最先被 Mirai Native加载
│ libiconv.dll // 被 CQHTTP 依赖
│ sqlite3.dll // 被 CQHTTP 依赖
│
└─plugins // 插件文件夹
http.dll // CQHTTP插件dll
http.json // CQHTTP插件json
test.dll // Tester dll
test.json // Tester json
- 加入Mirai官方群获取
http.dll
和http.json
,或自行编译CQHTTP - 将
libiconv.dll
和sqlite3.dll
放入libraries
文件夹 - 将
http.dll
和http.json
放入plugins
文件夹 - 启动
mirai-console