From f6b45627e01ec8b2769400d76a4c540f025f8fee Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 24 Jan 2026 00:16:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AA=BF=E6=95=B4=20entrypoint=20?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=B8=A6=E4=BF=AE=E6=AD=A3=E6=B8=AC=E8=A9=A6?= =?UTF-8?q?=E6=AA=94=E6=A1=88=E7=9A=84=E7=A9=BA=E6=A0=BC=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Docker組合配置/compose.ocr-languages.yml | 2 +- docs/範例配置/compose.ocr-languages.yml | 2 +- tests/converters/deark.test.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Docker組合配置/compose.ocr-languages.yml b/docs/Docker組合配置/compose.ocr-languages.yml index aa6785b..199bfb2 100644 --- a/docs/Docker組合配置/compose.ocr-languages.yml +++ b/docs/Docker組合配置/compose.ocr-languages.yml @@ -24,7 +24,7 @@ services: # ========================================================================= # 使用自訂 entrypoint 安裝額外語言包 # ========================================================================= - entrypoint: ["/bin/sh", "-c"] + entrypoint: [ "/bin/sh", "-c" ] command: - | echo "📦 正在安裝額外 OCR 語言包..." diff --git a/docs/範例配置/compose.ocr-languages.yml b/docs/範例配置/compose.ocr-languages.yml index aa6785b..199bfb2 100644 --- a/docs/範例配置/compose.ocr-languages.yml +++ b/docs/範例配置/compose.ocr-languages.yml @@ -24,7 +24,7 @@ services: # ========================================================================= # 使用自訂 entrypoint 安裝額外語言包 # ========================================================================= - entrypoint: ["/bin/sh", "-c"] + entrypoint: [ "/bin/sh", "-c" ] command: - | echo "📦 正在安裝額外 OCR 語言包..." diff --git a/tests/converters/deark.test.ts b/tests/converters/deark.test.ts index 146c7cd..a5ae344 100644 --- a/tests/converters/deark.test.ts +++ b/tests/converters/deark.test.ts @@ -85,4 +85,4 @@ describe("deark converter", () => { }); // Skip common tests as deark has different behavior (archive output) -test.skip("dummy - required to trigger test detection", () => {}); +test.skip("dummy - required to trigger test detection", () => { });