Commit 2eac5ab6 authored by mzdluo123's avatar mzdluo123

android watch

parent a95acad0
...@@ -67,7 +67,13 @@ expect open class BotConfiguration() : BotConfigurationBase { ...@@ -67,7 +67,13 @@ expect open class BotConfiguration() : BotConfigurationBase {
* - 与平板冲突 * - 与平板冲突
* - 与手机和电脑不冲突 * - 与手机和电脑不冲突
*/ */
ANDROID_PAD; ANDROID_PAD,
/**
* Android 手表.
* */
ANDROID_WATCH;
internal val id: Long internal val id: Long
} }
......
...@@ -146,7 +146,12 @@ actual open class BotConfiguration : BotConfigurationBase() { // open for Java ...@@ -146,7 +146,12 @@ actual open class BotConfiguration : BotConfigurationBase() { // open for Java
* - 与平板冲突 * - 与平板冲突
* - 与手机和电脑不冲突 * - 与手机和电脑不冲突
*/ */
ANDROID_PAD(537062409) ANDROID_PAD(537062409),
/**
* Android 手表.
* */
ANDROID_WATCH(537061176)
} }
actual companion object { actual companion object {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment