mod: update video tags api

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-05 15:36:32 +08:00
parent 3fa6d9820f
commit ceca78368d

View File

@@ -704,7 +704,8 @@ class Api {
/// 取消订阅-播单 /// 取消订阅-播单
static const String unfavFolder = '/x/v3/fav/folder/unfav'; static const String unfavFolder = '/x/v3/fav/folder/unfav';
static const String videoTags = '/x/tag/archive/tags'; // static const String videoTags = '/x/tag/archive/tags';
static const String videoTags = '/x/web-interface/view/detail/tag';
static const String reportMember = '/ajax/report/add'; static const String reportMember = '/ajax/report/add';