mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-04 08:10:20 +08:00
opt: live api
This commit is contained in:
@@ -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