更新 app/templates/userpage_get.html

修复bug561
pull/117/head
万梓锟 2024-05-06 11:50:17 +08:00
parent be153a965c
commit dd1cbc25ff
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,8 @@
update(data['today_article']);
check_pre(data['visited_articles']);
check_next(data['result_of_generate_article']);
// 在加载新文章后调用高亮函数
toggleHighlighting();
}
}
});
@ -170,6 +172,8 @@
if(data['today_article']){
update(data['today_article']);
check_pre(data['visited_articles']);
// 在加载新文章后调用高亮函数
toggleHighlighting();
}
}
});