opt reply item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-26 13:57:09 +08:00
parent d2e5e71729
commit 81f72e2c4a
3 changed files with 150 additions and 216 deletions

View File

@@ -643,7 +643,7 @@ class _VideoInfoState extends State<VideoInfo> {
case 1:
final List<InlineSpan> spanChildren = <InlineSpan>[];
final RegExp urlRegExp = RegExp(
'${Constants.urlPattern}|av\\d+|bv[a-z\\d]{10}',
'${Constants.urlRegex.pattern}|av\\d+|bv[a-z\\d]{10}',
caseSensitive: false,
);