fixbug555

Alpha-snapshot20230621
方晨 2024-05-20 18:31:40 +08:00
parent ff6286cf01
commit 7d65782728
1 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,7 @@
update(data['today_article']); update(data['today_article']);
check_pre(data['visited_articles']); check_pre(data['visited_articles']);
check_next(data['result_of_generate_article']); check_next(data['result_of_generate_article']);
toggleHighlighting();
} }
} }
}); });
@ -170,6 +171,7 @@
if(data['today_article']){ if(data['today_article']){
update(data['today_article']); update(data['today_article']);
check_pre(data['visited_articles']); check_pre(data['visited_articles']);
toggleHighlighting();
} }
} }
}); });