Merge branch 'feature-sponsorBlock'

This commit is contained in:
guozhigq
2024-11-10 12:46:47 +08:00
8 changed files with 218 additions and 10 deletions

View File

@ -615,4 +615,8 @@ class Api {
/// 订阅状态
static const String videoRelation = '/x/web-interface/archive/relation';
/// 获取空降区间
static const String getSkipSegments =
'${HttpString.sponsorBlockBaseUrl}/api/skipSegments';
}