mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
Update QA.md
This commit is contained in:
parent
640aad8b23
commit
bd939ee85f
@ -3,7 +3,7 @@
|
||||
## 插件
|
||||
|
||||
|
||||
### 使用 ServiceLoader 加载插件
|
||||
### 使用 AutoService
|
||||
|
||||
- 方法 A. (推荐) 自动创建 service 文件 (使用 Google auto-service)
|
||||
在 `build.gradle.kts` 添加:
|
||||
@ -33,4 +33,4 @@
|
||||
在热加载过程容易产生冲突情况;
|
||||
卸载时不容易完全卸载所有静态对象。
|
||||
|
||||
为了避免这些麻烦,Mirai Console 认为没有支持热加载和热卸载的必要。
|
||||
为了避免这些麻烦,Mirai Console 认为没有支持热加载和热卸载的必要。
|
||||
|
Loading…
Reference in New Issue
Block a user