fix: article

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-27 18:22:59 +08:00
parent bd3c76ef43
commit d4d1602b45
4 changed files with 77 additions and 62 deletions

View File

@@ -166,7 +166,7 @@ class _SavePanelState extends State<SavePanel> {
case 'DYNAMIC_TYPE_AV':
viewType = '观看';
itemType = '视频';
uri = 'bilibili://video/${item.basic!['comment_id_str']}';
uri = 'bilibili://video/${item.basic.commentIdStr}';
break;
case 'DYNAMIC_TYPE_ARTICLE':