Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
更新注释
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Dec 31, 2023
1 parent 6c1628b commit 577f91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public data class VillaSerializableBotConfiguration(
val loginMeta: Map<String, String>? = null,

/**
* 应用在 [PLogin.meta] 上的属性。如果为 `null` 则会使用一个随机值。
* 应用在 [PLogin.region] 上的属性。如果为 `null` 则会使用一个随机值。
* @see BotConfiguration.loginRegion
*/
val loginRegion: String? = null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class BotConfiguration {
public var loginMeta: Map<String, String> = emptyMap()

/**
* 应用在 [PLogin.meta] 上的属性。如果为 `null` 则会使用一个随机值。
* 应用在 [PLogin.region] 上的属性。如果为 `null` 则会使用一个随机值。
*/
public var loginRegion: String? = null

Expand Down

0 comments on commit 577f91a

Please sign in to comment.