pub fn apply_replace_fuzzy( content: &str, old_string: &str, new_string: &str, replace_all: bool, ) -> Result<FuzzyReplaceResult>
精确或模糊替换(单次替换时启用 fuzzy fallback)