fix vipStatus check

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-08 20:58:19 +08:00
parent de6e402d97
commit 6f95456d20
4 changed files with 9 additions and 3 deletions

View File

@@ -11,7 +11,9 @@ abstract final class Accounts {
AccountType.values.length,
AnonymousAccount(),
);
static bool get mainEqVideo => main == video;
static Account get main => accountMode[AccountType.main.index];
static Account get video => accountMode[AccountType.video.index];
static Account get heartbeat => accountMode[AccountType.heartbeat.index];
static Account get history {
final heartbeat = Accounts.heartbeat;