mod: 样式修改、历史记录修改

This commit is contained in:
guozhigq
2023-07-10 11:01:22 +08:00
parent 54a5fc61f0
commit f305e0864f
10 changed files with 63 additions and 67 deletions

View File

@ -20,10 +20,9 @@ class HistoryItem extends StatelessWidget {
return InkWell(
onTap: () async {
int cid = videoItem.history.cid ??
videoItem.history.oid ??
// videoItem.history.oid ??
await SearchHttp.ab2c(aid: aid, bvid: bvid);
await Future.delayed(const Duration(milliseconds: 200));
print(videoItem.history.business);
if (videoItem.history.business.contains('article')) {
Get.toNamed(
'/webview',