mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-23 05:40:10 +08:00
[console] Optimize comments of AutoLogin.yml (#2742)
This commit is contained in:
parent
bd3f50f848
commit
ee30203e3a
@ -36,10 +36,10 @@ public class AutoLoginConfig : AutoSavePluginConfig("AutoLogin") {
|
||||
@Comment(
|
||||
"""
|
||||
账号配置. 可用配置列表 (注意大小写):
|
||||
"protocol": "ANDROID_PHONE" / "ANDROID_PAD" / "ANDROID_WATCH" / "MACOS" / "IPAD"
|
||||
"device": "device.json"
|
||||
"enable": true
|
||||
"heartbeatStrategy": "STAT_HB" / "REGISTER" / "NONE"
|
||||
protocol: ANDROID_PHONE / ANDROID_PAD / ANDROID_WATCH / MACOS / IPAD
|
||||
device: device.json
|
||||
enable: true
|
||||
heartbeatStrategy: STAT_HB / REGISTER / NONE
|
||||
"""
|
||||
)
|
||||
val configuration: Map<ConfigurationKey, @Serializable(with = YamlDynamicSerializer::class) Any> = mapOf(),
|
||||
|
Loading…
Reference in New Issue
Block a user