Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-30 14:50:54 +08:00
parent 80fa0240e9
commit 8d94c0405f
115 changed files with 3150 additions and 1438 deletions

View File

@@ -166,7 +166,7 @@ class LiveHttp {
static Future<LoadingState<LiveIndexData>> liveFeedIndex({
required int pn,
required bool isLogin,
bool? moduleSelect,
bool moduleSelect = false,
}) async {
final params = {
'access_key': ?Accounts.main.accessKey,
@@ -182,7 +182,7 @@ class LiveHttp {
'fnval': 912,
'disable_rcmd': 0,
'https_url_req': 1,
if (moduleSelect == true) 'module_select': 1,
if (moduleSelect) 'module_select': 1,
'mobi_app': 'android',
'network': 'wifi',
'page': pn,