Skip to content

Commit 580a342

Browse files
committed
修改设备为 ANDROID_PHONE
1 parent cda8599 commit 580a342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/me/lightless/izumi/MainApp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class MainApp {
4040
ApplicationContext.botConfig!!.botQQ,
4141
ApplicationContext.botConfig!!.botPassword
4242
) {
43-
protocol = BotConfiguration.MiraiProtocol.ANDROID_PAD
43+
protocol = BotConfiguration.MiraiProtocol.ANDROID_PHONE
4444
fileBasedDeviceInfo("botDevice.json")
4545
}.alsoLogin()
4646

0 commit comments

Comments
 (0)