From f1c27a87263661f0c70b7b7727fc6ca31b273904 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Sun, 22 Feb 2026 00:49:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E5=B7=A5=E4=BD=9C=E5=8C=BA?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=90=8E=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=B9=B6=E9=9A=90=E8=97=8F=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/repo/store/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/repo/store/index.ts b/src/app/repo/store/index.ts index 5bf6382..84c93fd 100644 --- a/src/app/repo/store/index.ts +++ b/src/app/repo/store/index.ts @@ -274,6 +274,7 @@ export const useRepoStore = create((set, get) => { clearInterval(interval) toast.dismiss(loadingToastId) toast.success(`工作区已启动,正在打开: ${check.data.url}`) + get().refresh({ showTips: false }) setTimeout(() => { window.open(check.data?.url, '_blank') }, 200)