This commit is contained in:
fengchuanhn@gmail.com
2026-05-18 14:12:57 +08:00
parent 6cc305f5e8
commit 4771397301
7 changed files with 292 additions and 27 deletions

View File

@@ -15,6 +15,7 @@ fn is_allowed_local_media(path: &Path) -> bool {
let lower = path.to_string_lossy().to_lowercase();
if lower.contains("aiclient-voice-preview-cache")
|| lower.contains("aiclient-node-pipeline")
|| lower.contains("aiclient-generated-speech")
{
return true;
}