mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: av替换为bv
This commit is contained in:
@@ -76,6 +76,7 @@ class SearchVideoItemModel {
|
||||
cid = json['id'];
|
||||
arcurl = json['arcurl'];
|
||||
aid = json['aid'];
|
||||
bvid = json['bvid'];
|
||||
title = json['title'].replaceAll(RegExp(r'<.*?>'), '');
|
||||
description = json['description'];
|
||||
pic = 'https:${json['pic']}';
|
||||
|
||||
Reference in New Issue
Block a user