From bf6b1b17b975d18e1c9c5faef9a2a6d4b50ac0e6 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Thu, 19 Feb 2026 09:02:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20OCR=E8=AF=86=E5=88=AB=E5=BA=93cdn?= =?UTF-8?q?=E5=8A=A0=E9=80=9F=E5=A2=9E=E5=8A=A0=E5=AD=97=E8=8A=82=E8=B7=B3?= =?UTF-8?q?=E5=8A=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/page.jsx b/app/page.jsx index 343101e..ba4e8be 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -2517,6 +2517,7 @@ export default function HomePage() { let worker = ocrWorkerRef.current; if (!worker) { const cdnBases = [ + 'https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M', 'https://cdn.jsdelivr.net/npm', 'https://cdn.jsdmirror.com/npm' ];