feat: session secondary

Closes #837

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-09 21:32:16 +08:00
parent dea29054e6
commit a282baf5a2
25 changed files with 814 additions and 543 deletions

View File

@@ -172,22 +172,6 @@ class VideoHttp {
}
}
// static Future<LoadingState> hotVideoListGrpc({required int idx}) async {
// dynamic res = await GrpcRepo.popular(idx);
// if (res['status']) {
// List<card.Card> list = <card.Card>[];
// Set<int> blackMids = GStorage.blackMids;
// for (card.Card item in res['data']) {
// if (!blackMids.contains(item.smallCoverV5.up.id.toInt())) {
// list.add(item);
// }
// }
// return LoadingState.success(list);
// } else {
// return LoadingState.error(res['msg']);
// }
// }
// 视频流
static Future videoUrl({
int? avid,