pub fn load_pending_comments(post_id: i32) -> Vec<PendingComment>Expand description
加载指定文章下所有未过期的待发布评论草稿。
读取时会自动清理过期草稿,并将结果写回 localStorage。
pub fn load_pending_comments(post_id: i32) -> Vec<PendingComment>加载指定文章下所有未过期的待发布评论草稿。
读取时会自动清理过期草稿,并将结果写回 localStorage。