feat: video tags

This commit is contained in:
guozhigq
2024-11-02 22:24:59 +08:00
parent d082a77885
commit 294ea9e1b7
6 changed files with 111 additions and 13 deletions

View File

@ -609,4 +609,7 @@ class Api {
/// @我的
static const String messageAtAPi = '/x/msgfeed/at?';
/// 视频标签
static const String videoTag = '/x/tag/archive/tags';
}