[feat] Bulk Requests

This commit is contained in:
acite
2025-09-13 14:51:09 +08:00
parent b4e73c4212
commit 7d07f19440
9 changed files with 87 additions and 29 deletions

View File

@@ -292,7 +292,7 @@ fun ComicPageView(comicId: String, page: String, navController: NavHostControll
showBookMarkPop = false
comicPageViewModel.coroutineScope?.launch {
MediaManager.postBookmark(comicId.hexToString(), BookMark(name = s, page = comicPageViewModel.pageList[pagerState.currentPage]))
comicPageViewModel.comic.value = MediaManager.queryComicInfo(comicId.hexToString())
comicPageViewModel.comic.value = MediaManager.queryComicInfoSingle(comicId.hexToString())
}
});
}