mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
refa: split fav search page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -443,7 +443,7 @@ class UserHttp {
|
||||
// }
|
||||
|
||||
// 搜索历史记录
|
||||
static Future<LoadingState> searchHistory(
|
||||
static Future<LoadingState<HistoryData>> searchHistory(
|
||||
{required int pn, required String keyword}) async {
|
||||
var res = await Request().get(
|
||||
Api.searchHistory,
|
||||
|
||||
Reference in New Issue
Block a user