feat: show video tags

This commit is contained in:
bggRGjQaUbCoE
2024-09-27 18:34:22 +08:00
parent b88cfae8d9
commit f3744c23bc
10 changed files with 100 additions and 9 deletions

View File

@@ -609,4 +609,6 @@ class Api {
/// 取消订阅-播单
static const String unfavFolder = '/x/v3/fav/folder/unfav';
static const String videoTags = '/x/tag/archive/tags';
}