remove deprecated pref keys

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-14 16:06:45 +08:00
parent f46437f891
commit f7c61d63a0
3 changed files with 3 additions and 14 deletions

View File

@@ -975,5 +975,6 @@ class Api {
static const String seasonStatus = '/pgc/view/web/season/user/status';
static const String followeeVotes = '${HttpString.tUrl}/vote_svr/v1/vote_svr/followee_votes';
static const String followeeVotes =
'${HttpString.tUrl}/vote_svr/v1/vote_svr/followee_votes';
}