feat: popular series/precious

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-19 18:09:10 +08:00
parent 51c605f5d0
commit d62d0eddc2
13 changed files with 585 additions and 16 deletions

View File

@@ -965,4 +965,11 @@ class Api {
static const String superChatMsg =
'${HttpString.liveBaseUrl}/av/v1/SuperChat/getMessageList';
static const String popularSeriesOne = '/x/web-interface/popular/series/one';
static const String popularSeriesList =
'/x/web-interface/popular/series/list';
static const String popularPrecious = '/x/web-interface/popular/precious';
}