pub fn compute_content_hash( post_id: i32, parent_id: Option<i64>, name: &str, content: &str, ) -> String
计算评论内容哈希,用于检测短时间内的重复提交。