mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: remove incorrect ban url
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -266,12 +266,7 @@ class UserInfoCard extends StatelessWidget {
|
|||||||
if (silence == 1)
|
if (silence == 1)
|
||||||
Builder(builder: (context) {
|
Builder(builder: (context) {
|
||||||
bool isLight = Theme.of(context).brightness == Brightness.light;
|
bool isLight = Theme.of(context).brightness == Brightness.light;
|
||||||
return GestureDetector(
|
return Container(
|
||||||
onTap: () {
|
|
||||||
Utils.handleWebview(
|
|
||||||
'https://www.bilibili.com/blackroom/ban/${card.mid}');
|
|
||||||
},
|
|
||||||
child: Container(
|
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(6),
|
borderRadius: BorderRadius.circular(6),
|
||||||
color: isLight
|
color: isLight
|
||||||
@@ -299,7 +294,6 @@ class UserInfoCard extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user