Skip to content

Commit

Permalink
[core] 更新 MiraiProtocol 注释, 注明 ANDROID_WATCH 不支持戳一戳, 删除 `ANDROID_…
Browse files Browse the repository at this point in the history
…PAD` 的错误注释 (mamoe#2572)
  • Loading branch information
Him188 authored and StageGuard committed Apr 14, 2023
1 parent f275cc3 commit 5f51109
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 Mamoe Technologies and contributors.
* Copyright 2019-2023 Mamoe Technologies and contributors.
*
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
Expand Down Expand Up @@ -221,13 +221,13 @@ public expect open class BotConfiguration() { // open for Java

/**
* Android 平板.
*
* 注意: 不支持戳一戳事件解析
*/
ANDROID_PAD,

/**
* Android 手表.
*
* 注意: 不支持戳一戳事件解析
*/
ANDROID_WATCH,

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 Mamoe Technologies and contributors.
* Copyright 2019-2023 Mamoe Technologies and contributors.
*
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
Expand Down Expand Up @@ -232,13 +232,13 @@ public actual open class BotConfiguration { // open for Java

/**
* Android 平板.
*
* 注意: 不支持戳一戳事件解析
*/
ANDROID_PAD,

/**
* Android 手表.
*
* 注意: 不支持戳一戳事件解析
*/
ANDROID_WATCH,

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 Mamoe Technologies and contributors.
* Copyright 2019-2023 Mamoe Technologies and contributors.
*
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
Expand Down Expand Up @@ -225,13 +225,13 @@ public actual open class BotConfiguration { // open for Java

/**
* Android 平板.
*
* 注意: 不支持戳一戳事件解析
*/
ANDROID_PAD,

/**
* Android 手表.
*
* 注意: 不支持戳一戳事件解析
*/
ANDROID_WATCH,

Expand Down

0 comments on commit 5f51109

Please sign in to comment.