2
0
Эх сурвалжийг харах

Add description for AutoLoginCommand passwordKind, fix #344

Him188 4 жил өмнө
parent
commit
ad8cc21ee4

+ 1 - 1
backend/mirai-console/src/command/BuiltInCommands.kt

@@ -306,7 +306,7 @@ public object BuiltInCommands {
             })
         }
 
-        @Description("添加自动登录")
+        @Description("添加自动登录, passwordKind 可选 PLAIN 或 MD5")
         @SubCommand
         public suspend fun CommandSender.add(account: Long, password: String, passwordKind: PasswordKind = PLAIN) {
             val accountStr = account.toString()