feat: live dm block

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-19 18:46:01 +08:00
parent dcb893ed07
commit 0bc0c36f14
14 changed files with 760 additions and 19 deletions

View File

@@ -896,4 +896,19 @@ class Api {
static const String dynPic = '/x/polymer/web-dynamic/v1/detail/pic';
static const String msgLikeDetail = '/x/msgfeed/like_detail';
static const String getLiveInfoByUser =
'${HttpString.liveBaseUrl}/xlive/web-room/v1/index/getInfoByUser';
static const String liveSetSilent =
'${HttpString.liveBaseUrl}/liveact/user_silent';
static const String addShieldKeyword =
'${HttpString.liveBaseUrl}/xlive/web-ucenter/v1/banned/AddShieldKeyword';
static const String delShieldKeyword =
'${HttpString.liveBaseUrl}/xlive/web-ucenter/v1/banned/DelShieldKeyword';
static const String liveShieldUser =
'${HttpString.liveBaseUrl}/liveact/shield_user';
}