mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 认证标识说明与位置大小调整
This commit is contained in:
@@ -111,11 +111,12 @@ class ReplyItem extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
//https://www.bilibili.com/blackboard/activity-whPrHsYJ2.html
|
||||
if (replyItem!.member!.officialVerify != null &&
|
||||
replyItem!.member!.officialVerify!['type'] == 0)
|
||||
Positioned(
|
||||
left: -1,
|
||||
bottom: -1,
|
||||
left: 0,
|
||||
bottom: 0,
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
// borderRadius: BorderRadius.circular(8),
|
||||
@@ -125,15 +126,16 @@ class ReplyItem extends StatelessWidget {
|
||||
child: const Icon(
|
||||
Icons.offline_bolt,
|
||||
color: Colors.yellow,
|
||||
size: 16,
|
||||
size: 14,
|
||||
semanticLabel: "认证个人",
|
||||
),
|
||||
),
|
||||
),
|
||||
if (replyItem!.member!.officialVerify != null &&
|
||||
replyItem!.member!.officialVerify!['type'] == 1)
|
||||
Positioned(
|
||||
left: -1,
|
||||
bottom: -1,
|
||||
left: 0,
|
||||
bottom: 0,
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
// borderRadius: BorderRadius.circular(8),
|
||||
@@ -143,7 +145,8 @@ class ReplyItem extends StatelessWidget {
|
||||
child: const Icon(
|
||||
Icons.offline_bolt,
|
||||
color: Colors.lightBlueAccent,
|
||||
size: 16,
|
||||
size: 14,
|
||||
semanticLabel: "认证机构",
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user