feat: get bangumi last play time

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-02 11:26:30 +08:00
parent 28c2323ef1
commit 665f5cdeef
5 changed files with 44 additions and 13 deletions

View File

@@ -551,6 +551,10 @@ class BangumiIntroController extends CommonController {
scriptContent['props']['pageProps']['followState']['isFollowed'];
followStatus.value =
scriptContent['props']['pageProps']['followState']['followStatus'];
// int progress = scriptContent['props']['pageProps']['dehydratedState']
// ['queries'][0]['state']['data']['result']
// ['play_view_business_info']['user_status']['watch_progress']
// ['current_watch_progress'];
}
}
}