mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-14 13:20:17 +08:00
refa intro panel gesture
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import 'package:PiliPlus/utils/bili_colors.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
enum BadgeType {
|
||||
none(),
|
||||
vip('大会员'),
|
||||
person('认证个人', Color(0xFFFFCC00)),
|
||||
person('认证个人', BiliColors.yellow),
|
||||
institution('认证机构', Colors.lightBlueAccent),
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user