mod: hotPage开发

This commit is contained in:
guozhigq
2023-04-19 13:51:48 +08:00
parent 9bac8553a5
commit 40b88eeeb2
6 changed files with 394 additions and 6 deletions

View File

@ -1,6 +1,8 @@
class Api {
// 推荐视频
static const String recommendList = '/x/web-interface/index/top/feed/rcmd';
// 热门视频
static const String hotList = '/x/web-interface/popular';
// 视频详情
// 竖屏 https://api.bilibili.com/x/web-interface/view?aid=527403921
static const String videoDetail = '/x/web-interface/view';