opt history account

Closes #948

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-06 21:22:59 +08:00
parent eb9f3cd21c
commit f663301eae
8 changed files with 77 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ import 'package:PiliPlus/utils/storage_key.dart';
class Data {
static Future<void> init() async {
if (!Accounts.main.isLogin) {
if (!Accounts.history.isLogin) {
return;
}
var res = await UserHttp.historyStatus();