Commit 5f51109 1 parent f275cc3 commit 5f51109 Copy full SHA for 5f51109
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2019-2022 Mamoe Technologies and contributors.
2
+ * Copyright 2019-2023 Mamoe Technologies and contributors.
3
3
*
4
4
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
5
5
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
@@ -221,13 +221,13 @@ public expect open class BotConfiguration() { // open for Java
221
221
222
222
/* *
223
223
* Android 平板.
224
- *
225
- * 注意: 不支持戳一戳事件解析
226
224
*/
227
225
ANDROID_PAD ,
228
226
229
227
/* *
230
228
* Android 手表.
229
+ *
230
+ * 注意: 不支持戳一戳事件解析
231
231
*/
232
232
ANDROID_WATCH ,
233
233
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2019-2022 Mamoe Technologies and contributors.
2
+ * Copyright 2019-2023 Mamoe Technologies and contributors.
3
3
*
4
4
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
5
5
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
@@ -232,13 +232,13 @@ public actual open class BotConfiguration { // open for Java
232
232
233
233
/* *
234
234
* Android 平板.
235
- *
236
- * 注意: 不支持戳一戳事件解析
237
235
*/
238
236
ANDROID_PAD ,
239
237
240
238
/* *
241
239
* Android 手表.
240
+ *
241
+ * 注意: 不支持戳一戳事件解析
242
242
*/
243
243
ANDROID_WATCH ,
244
244
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2019-2022 Mamoe Technologies and contributors.
2
+ * Copyright 2019-2023 Mamoe Technologies and contributors.
3
3
*
4
4
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
5
5
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
@@ -225,13 +225,13 @@ public actual open class BotConfiguration { // open for Java
225
225
226
226
/* *
227
227
* Android 平板.
228
- *
229
- * 注意: 不支持戳一戳事件解析
230
228
*/
231
229
ANDROID_PAD ,
232
230
233
231
/* *
234
232
* Android 手表.
233
+ *
234
+ * 注意: 不支持戳一戳事件解析
235
235
*/
236
236
ANDROID_WATCH ,
237
237
You can’t perform that action at this time.
0 commit comments