opt: share origin img & lazy to opus (#768)

* opt: type

* opt: share origin img

* opt: lazy to opus
This commit is contained in:
My-Responsitories
2025-04-28 14:17:41 +08:00
committed by GitHub
parent a831b41623
commit 7f93b42a1b
7 changed files with 196 additions and 263 deletions

View File

@@ -626,8 +626,7 @@ class _ArticlePageState extends State<ArticlePage>
onTap: () async {
try {
if (_articleCtr.summary.cover == null) {
final res = await _articleCtr.getArticleCover();
if (res != true) {
if (!await _articleCtr.getArticleInfo()) {
return;
}
}