From c364596b6cdf8535a02a1d8c1aec1f8b4d108203 Mon Sep 17 00:00:00 2001 From: Wiwi Kuan Date: Tue, 12 May 2026 02:16:23 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E5=82=B3=E6=AA=94=E6=A1=88=E5=88=B0?= =?UTF-8?q?=E3=80=8C/=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dic b/dic index aac7e57..3bf87df 100644 --- a/dic +++ b/dic @@ -442,12 +442,12 @@ fi # 標題 if [[ "$MODE" == "all" ]]; then - printf '%s%s %s\n\n' \ + printf '\n%s%s %s\n\n' \ "$(c_dim "查詢:")" \ "$(c_bold "$QUERY")" \ "$(c_dim "(共 $TOTAL_RESULTS 筆匹配)")" else - printf '%s%s\n\n' "$(c_dim "查詢:")" "$(c_bold "$QUERY")" + printf '\n%s%s\n\n' "$(c_dim "查詢:")" "$(c_bold "$QUERY")" fi # 各本字典的結果