mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-29 23:40:16 +08:00
Chiness to English
This commit is contained in:
parent
49f3b27022
commit
851ecb546f
@ -1175,7 +1175,7 @@ class ManagerMenuDialog extends ComfyDialog {
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Open 'esheep 电子羊'",
|
||||
title: "Open 'esheep'",
|
||||
callback: () => {
|
||||
const url = "https://www.esheep.com";
|
||||
localStorage.setItem("wg_last_visited", url);
|
||||
|
||||
@ -272,10 +272,9 @@ export class ShareDialogChooser extends ComfyDialog {
|
||||
const buttons = [
|
||||
{
|
||||
key: "esheep",
|
||||
textContent: "eSheep 电子羊",
|
||||
textContent: "eSheep",
|
||||
website: "https://www.esheep.com",
|
||||
description: "在电子羊社区体验工作流免费分享与下载 \n\
|
||||
Share & download thousands of ComfyUI workflows on <a style='color:white;' href='https://www.esheep.com' target='_blank'>esheep.com</a>",
|
||||
description: "Share & download thousands of ComfyUI workflows on <a style='color:white;' href='https://www.esheep.com' target='_blank'>esheep.com</a>",
|
||||
onclick: () => {
|
||||
shareToEsheep();
|
||||
this.close();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user