Merge branch 'feature-videoTags'

This commit is contained in:
guozhigq
2024-11-14 00:39:41 +08:00
6 changed files with 105 additions and 13 deletions

View File

@ -619,4 +619,7 @@ class Api {
/// 获取空降区间
static const String getSkipSegments =
'${HttpString.sponsorBlockBaseUrl}/api/skipSegments';
/// 视频标签
static const String videoTag = '/x/tag/archive/tags';
}