feat: dyn topic

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-07 17:27:07 +08:00
parent dd6ff101d1
commit 11a0f2faca
21 changed files with 635 additions and 207 deletions

View File

@@ -822,4 +822,9 @@ class Api {
static const String liveSearch =
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/search_live';
static const String topicTop =
'${HttpString.appBaseUrl}/x/topic/web/details/top';
static const String topicFeed = '/x/polymer/web-dynamic/v1/feed/topic';
}