mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
add superChatType
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
9
lib/models/common/super_chat_type.dart
Normal file
9
lib/models/common/super_chat_type.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
enum SuperChatType {
|
||||
valid('有效时间内显示'),
|
||||
persist('持久显示'),
|
||||
disable('不显示'),
|
||||
;
|
||||
|
||||
final String title;
|
||||
const SuperChatType(this.title);
|
||||
}
|
||||
Reference in New Issue
Block a user