mod: 字符替换、跳转播放

This commit is contained in:
guozhigq
2023-06-24 16:54:39 +08:00
parent f522886dc2
commit 7174eef890
8 changed files with 43 additions and 26 deletions

View File

@ -1,6 +1,7 @@
class Api {
// 推荐视频
// http://app.bilibili.com/x/v2/feed/index
// static const String recommendList =
// 'https://app.bilibili.com/x/v2/feed/index?appkey=27eb53fc9058f8c3';
static const String recommendList = '/x/web-interface/index/top/feed/rcmd';
// 热门视频

View File

@ -82,9 +82,14 @@ class Request {
//响应流上前后两次接受到数据的间隔,单位为毫秒。
receiveTimeout: const Duration(milliseconds: 12000),
//Http请求头.
// headers: {
// 'cookie': '',
// },
headers: {
// 'cookie': '',
"env": 'prod',
"app-key": 'android',
"x-bili-aurora-eid": 'UlMFQVcABlAH',
"x-bili-aurora-zone": 'sh001',
// "x-bili-mid": ''
},
);
dio.options = options;