From d69bf547acaa4fd49f8ae1e8c70a6e89628f993a Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sun, 8 Feb 2026 05:51:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=95=8C=E9=9D=A2=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=A4=B1=E8=B4=A5=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/page.jsx b/app/page.jsx index 185ba19..4abb535 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -3375,7 +3375,6 @@ export default function HomePage() { if (updateError) throw updateError; localStorage.setItem('localUpdatedAt', now); - showToast(`同步云端配置异常`, 'error'); if (showTip) { setSuccessModal({ open: true, message: '已同步云端配置' });