https://github.com/cssxsh/mirai-example
Mirai 相关示例代码
https://github.com/cssxsh/mirai-example
Last synced: 9 months ago
JSON representation
Mirai 相关示例代码
- Host: GitHub
- URL: https://github.com/cssxsh/mirai-example
- Owner: cssxsh
- License: agpl-3.0
- Created: 2023-07-13T21:50:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T05:21:28.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T18:51:54.135Z (about 1 year ago)
- Language: Kotlin
- Size: 141 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mirai Example
Mirai 相关示例代码
如果没有你想学习或参照的示例,可以到 issues 表述需求
## [爱发电](https://afdian.net/@cssxsh)

## [Example Kotlin Console Plugin](console/kotlin-console-plugin)
简单的 Kotlin 插件示例
### [Example Auto Load Plugin Config](console/kotlin-console-plugin/src/main/kotlin/com/example/mirai/ExampleAutoLoadPluginConfig.kt)
文件更改后自动重载配置
## [Example Java Console Plugin](console/java-console-plugin)
简单的 Java 插件示例
### [SQL](console/java-console-plugin/src/main/java/com/example/mirai/SQL.java)
加载数据库驱动