不存在重大问题,但温度采样相关逻辑需要后需添加
This commit is contained in:
@@ -126,6 +126,12 @@ public class MyTest {
|
||||
MiraiConsoleTerminalLoader.INSTANCE.startAsDaemon(terminal);
|
||||
PluginManager.INSTANCE.loadPlugin(App.INSTANCE);
|
||||
PluginManager.INSTANCE.enablePlugin(App.INSTANCE);
|
||||
new Scanner(System.in).nextLine();
|
||||
Scanner scanner = new Scanner(System.in);
|
||||
String input = scanner.nextLine();
|
||||
while (true) {
|
||||
if (input.equals("exit")) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user