mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 10:36:24 +08:00
opt: article list page
opt: fav/sub detail Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -17,12 +17,12 @@ class ArticleListController
|
||||
queryData();
|
||||
}
|
||||
|
||||
ArticleList? list;
|
||||
Rx<ArticleList?> list = Rx<ArticleList?>(null);
|
||||
Author? author;
|
||||
|
||||
@override
|
||||
List<Article>? getDataList(ArticleListData response) {
|
||||
list = response.list;
|
||||
list.value = response.list;
|
||||
author = response.author;
|
||||
return response.articles;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user