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: () => {
|
callback: () => {
|
||||||
const url = "https://www.esheep.com";
|
const url = "https://www.esheep.com";
|
||||||
localStorage.setItem("wg_last_visited", url);
|
localStorage.setItem("wg_last_visited", url);
|
||||||
|
|||||||
@ -272,10 +272,9 @@ export class ShareDialogChooser extends ComfyDialog {
|
|||||||
const buttons = [
|
const buttons = [
|
||||||
{
|
{
|
||||||
key: "esheep",
|
key: "esheep",
|
||||||
textContent: "eSheep 电子羊",
|
textContent: "eSheep",
|
||||||
website: "https://www.esheep.com",
|
website: "https://www.esheep.com",
|
||||||
description: "在电子羊社区体验工作流免费分享与下载 \n\
|
description: "Share & download thousands of ComfyUI workflows on <a style='color:white;' href='https://www.esheep.com' target='_blank'>esheep.com</a>",
|
||||||
Share & download thousands of ComfyUI workflows on <a style='color:white;' href='https://www.esheep.com' target='_blank'>esheep.com</a>",
|
|
||||||
onclick: () => {
|
onclick: () => {
|
||||||
shareToEsheep();
|
shareToEsheep();
|
||||||
this.close();
|
this.close();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user