mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 07:06:14 +08:00
@@ -159,6 +159,7 @@ class _SysMsgPageState extends State<SysMsgPage> {
|
||||
} else if (matchStr.startsWith('【')) {
|
||||
try {
|
||||
bool isBV = match[3]?.startsWith('BV') == true;
|
||||
// validate
|
||||
if (isBV) {
|
||||
IdUtils.bv2av(match[3]!);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user