mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 08:06:21 +08:00
opt: account (#1306)
* opt: account * opt: account * opt: live api * opt: buvid * Revert "opt: buvid" This reverts commit da1ea68f8bfd0b9af6958062557c85135ab8b08d. * tweak
This commit is contained in:
committed by
GitHub
parent
6b4fb0d611
commit
1345fd36e4
@@ -36,12 +36,10 @@ class LiveAreaController
|
||||
|
||||
@override
|
||||
Future<LoadingState<List<AreaList>?>> customGetData() =>
|
||||
LiveHttp.liveAreaList(isLogin: accountService.isLogin.value);
|
||||
LiveHttp.liveAreaList();
|
||||
|
||||
Future<void> queryFavTags() async {
|
||||
favState.value = await LiveHttp.getLiveFavTag(
|
||||
isLogin: accountService.isLogin.value,
|
||||
);
|
||||
favState.value = await LiveHttp.getLiveFavTag();
|
||||
}
|
||||
|
||||
Future<void> setFavTag() async {
|
||||
|
||||
Reference in New Issue
Block a user