[console] Optimize comments of AutoLogin.yml (#2742)

This commit is contained in:
ParaN3xus 2023-07-23 09:06:32 +08:00 committed by GitHub
parent bd3f50f848
commit ee30203e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),