mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 13:16:47 +00:00
feat: remove SQLite vacuum optimization, enhance CJK/emoji width calculation, and improve system cleanup and UI feedback.
This commit is contained in:
@@ -520,6 +520,11 @@ should_protect_path() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
# Protect Notes cache (search index issues)
|
||||
if [[ "$path_lower" =~ com\.apple\.notes ]]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
# 2. Protect caches critical for system UI rendering
|
||||
# These caches are essential for modern macOS (Sonoma/Sequoia) system UI rendering
|
||||
case "$path" in
|
||||
|
||||
Reference in New Issue
Block a user