feat: sponsorBlock

This commit is contained in:
guozhigq
2024-11-07 23:59:21 +08:00
parent f3ab6ce502
commit 2adb10c406
8 changed files with 217 additions and 10 deletions

View File

@ -609,4 +609,8 @@ class Api {
/// @我的
static const String messageAtAPi = '/x/msgfeed/at?';
/// 获取空降区间
static const String getSkipSegments =
'${HttpString.sponsorBlockBaseUrl}/api/skipSegments';
}