feat: live search

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-06 20:31:09 +08:00
parent 867efecc54
commit 661e7bfa78
23 changed files with 835 additions and 68 deletions

View File

@@ -819,4 +819,7 @@ class Api {
static const String setLiveFavTag =
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/second/set_fav_tag';
static const String liveSearch =
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/search_live';
}