feat: create/update/del follow tag

opt: owner follow page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-23 11:12:17 +08:00
parent e212144250
commit 0d27d88719
9 changed files with 405 additions and 87 deletions

View File

@@ -286,10 +286,6 @@ class Api {
// order_type 排序规则 最近访问传空,最常访问传 attention
static const String followings = '/x/relation/followings';
// 指定分类的关注
// https://api.bilibili.com/x/relation/tag?mid=17340771&tagid=-10&pn=1&ps=20
static const String tagFollowings = '/x/relation/tag';
// 搜索follow
static const followSearch = '/x/relation/followings/search';
@@ -469,6 +465,12 @@ class Api {
// 获取指定分组下的up
static const String followUpGroup = '/x/relation/tag';
static const String createFollowTag = '/x/relation/tag/create';
static const String updateFollowTag = '/x/relation/tag/update';
static const String delFollowTag = '/x/relation/tag/del';
// 获取未读私信数
// https://api.vc.bilibili.com/session_svr/v1/session_svr/single_unread
static const String msgUnread =