From b65275e06d823910546f01fc1f4729d1e73ceafc Mon Sep 17 00:00:00 2001 From: john Date: Tue, 2 Jul 2024 14:31:31 +0800 Subject: [PATCH] =?UTF-8?q?feat=E2=9C=A8:=20=20copus=20share?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/comfyui-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 3675df0e..1390513a 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -1236,7 +1236,7 @@ class ManagerMenuDialog extends ComfyDialog { }, }, { - title: "Open 'Copus'", + title: "Open 'Copus.io'", callback: () => { const url = "https://www.copus.io"; localStorage.setItem("wg_last_visited", url);