feat: live area page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-06 18:00:09 +08:00
parent bd1ffb0f24
commit bd31ab5d07
17 changed files with 1145 additions and 65 deletions

View File

@@ -807,4 +807,16 @@ class Api {
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/second/getList';
static const String msgSetNotice = '/x/msgfeed/notice';
static const String liveAreaList =
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/index/getAreaList';
static const String liveRoomAreaList =
'${HttpString.liveBaseUrl}/room/v1/Area/getList';
static const String getLiveFavTag =
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/second/get_fav_tag';
static const String setLiveFavTag =
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/second/set_fav_tag';
}