* feat: edit dm filter

* opt: browser

* feat: sb userInfo

* mod: tvPlayUrl
This commit is contained in:
My-Responsitories
2025-11-13 09:36:50 +08:00
committed by GitHub
parent 9754b061dd
commit bca5b0419c
11 changed files with 201 additions and 73 deletions

View File

@@ -124,6 +124,7 @@ abstract class Accounts {
}
}
@pragma("vm:prefer-inline")
static Account get(AccountType key) {
return accountMode[key.index];
}