feat: member cheese

feat: fav pugv

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-07 11:19:59 +08:00
parent 26a5b7b7a7
commit 6d55321699
22 changed files with 634 additions and 17 deletions

View File

@@ -850,6 +850,12 @@ class Api {
static const String dynReserve = '/x/dynamic/feed/reserve/click';
static const String favPugv = '/pugv/app/web/favorite/page';
static const String addFavPugv = '/pugv/app/web/favorite/add';
static const String delFavPugv = '/pugv/app/web/favorite/del';
static const String favTopicList = '/x/topic/web/fav/list';
static const String addFavTopic = '/x/topic/fav/sub/add';
@@ -920,6 +926,8 @@ class Api {
static const String spaceAudio = '/audio/music-service/web/song/upper';
static const String spaceCheese = '/pugv/app/web/season/page';
static const String dynMention = '/x/polymer/web-dynamic/v1/mention/search';
static const String createVote = '/x/vote/create';