From 24fa0f8f21fcd075cc293de01e183af64b64c2f0 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 9 Jan 2026 14:38:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Add=20cleanup=20rule=20for=20Quark=20(?= =?UTF-8?q?=E5=A4=B8=E5=85=8B)=20video=20cache=20(#279)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/clean/app_caches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/clean/app_caches.sh b/lib/clean/app_caches.sh index 3418aa3..c4b62c6 100644 --- a/lib/clean/app_caches.sh +++ b/lib/clean/app_caches.sh @@ -88,6 +88,7 @@ clean_productivity_apps() { safe_clean ~/Library/Caches/com.orabrowser.app/* "Ora browser cache" safe_clean ~/Library/Caches/com.filo.client/* "Filo cache" safe_clean ~/Library/Caches/com.flomoapp.mac/* "Flomo cache" + safe_clean ~/Library/Application\ Support/Quark/Cache/videoCache/* "Quark video cache" } # Music/media players (protect Spotify offline music). clean_media_players() {