feat: upower rank page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-02 12:42:46 +08:00
parent 459d7cb9f1
commit 19cf085e3e
11 changed files with 455 additions and 0 deletions

View File

@@ -872,4 +872,6 @@ class Api {
static const String topicPubSearch =
'${HttpString.appBaseUrl}/x/topic/pub/search';
static const String upowerRank = '/x/upower/up/member/rank/v2';
}