commit 77af13b48b2a03e61fef1cffea899929057551dc (HEAD -> master, origin/master, origin/HEAD)
Author: Dragonfly911117 <55215882+Dragonfly911117@users.noreply.github.com>
Date:   Mon Sep 1 23:35:57 2025 +0800

    Fix: Move `fuzzy_search_items` to `utils` to fix build issue with `fzf` feature (#823)


Index: .github/workflows/ci.yml
--- .github/workflows/ci.yml.orig
+++ .github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
 env:
   CARGO_TERM_COLOR: always
   RUST_BACKTRACE: 1
-  RUST_FEATURES: "rodio-backend,media-control,image,notify"
+  RUST_FEATURES: "rodio-backend,media-control,image,notify,fzf"
 
 jobs:
   rust-ci:
