Add Comfy-Desktop.OpenUserGuide in help menu (#1896)

* Add Comfy-Desktop.OpenUserGuide in help menu

* Update locales [skip ci]

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-12-12 16:39:54 -08:00
committed by GitHub
parent 28ab86cd4a
commit fc8c10bca4
11 changed files with 32 additions and 1 deletions

View File

@@ -101,6 +101,14 @@ import { electronAPI as getElectronAPI, isElectron } from '@/utils/envUtil'
window.open('https://forum.comfy.org/c/v1-feedback/', '_blank')
}
},
{
id: 'Comfy-Desktop.OpenUserGuide',
label: 'Desktop User Guide',
icon: 'pi pi-book',
function() {
window.open('https://comfyorg.notion.site/', '_blank')
}
},
{
id: 'Comfy-Desktop.Reinstall',
label: 'Reinstall',
@@ -128,7 +136,10 @@ import { electronAPI as getElectronAPI, isElectron } from '@/utils/envUtil'
menuCommands: [
{
path: ['Help'],
commands: ['Comfy-Desktop.OpenFeedbackPage']
commands: [
'Comfy-Desktop.OpenUserGuide',
'Comfy-Desktop.OpenFeedbackPage'
]
},
{
path: ['Help'],

View File

@@ -23,6 +23,9 @@
"Comfy-Desktop_OpenFeedbackPage": {
"label": "Feedback"
},
"Comfy-Desktop_OpenUserGuide": {
"label": "Desktop User Guide"
},
"Comfy-Desktop_Reinstall": {
"label": "Reinstall"
},

View File

@@ -635,6 +635,7 @@
"Open Outputs Folder": "Open Outputs Folder",
"Open DevTools": "Open DevTools",
"Feedback": "Feedback",
"Desktop User Guide": "Desktop User Guide",
"Reinstall": "Reinstall",
"Restart": "Restart",
"Browse Templates": "Browse Templates",

View File

@@ -23,6 +23,9 @@
"Comfy-Desktop_OpenFeedbackPage": {
"label": "フィードバック"
},
"Comfy-Desktop_OpenUserGuide": {
"label": "デスクトップユーザーガイド"
},
"Comfy-Desktop_Reinstall": {
"label": "再インストール"
},

View File

@@ -221,6 +221,7 @@
"ComfyUI Docs": "ComfyUIのドキュメント",
"ComfyUI Issues": "ComfyUIの問題",
"Convert selected nodes to group node": "選択したノードをグループノードに変換",
"Desktop User Guide": "デスクトップユーザーガイド",
"Edit": "編集",
"Export": "エクスポート",
"Export (API)": "エクスポート (API)",

View File

@@ -23,6 +23,9 @@
"Comfy-Desktop_OpenFeedbackPage": {
"label": "피드백"
},
"Comfy-Desktop_OpenUserGuide": {
"label": "데스크톱 사용자 가이드"
},
"Comfy-Desktop_Reinstall": {
"label": "재설치"
},

View File

@@ -221,6 +221,7 @@
"ComfyUI Docs": "ComfyUI 문서",
"ComfyUI Issues": "ComfyUI 이슈 페이지",
"Convert selected nodes to group node": "선택한 노드를 그룹 노드로 변환",
"Desktop User Guide": "데스크톱 사용자 가이드",
"Edit": "편집",
"Export": "내보내기",
"Export (API)": "내보내기 (API)",

View File

@@ -23,6 +23,9 @@
"Comfy-Desktop_OpenFeedbackPage": {
"label": "Обратная связь"
},
"Comfy-Desktop_OpenUserGuide": {
"label": "Руководство пользователя для рабочего стола"
},
"Comfy-Desktop_Reinstall": {
"label": "Переустановить"
},

View File

@@ -221,6 +221,7 @@
"ComfyUI Docs": "Документация ComfyUI",
"ComfyUI Issues": "Проблемы ComfyUI",
"Convert selected nodes to group node": "Преобразовать выбранные узлы в групповой узел",
"Desktop User Guide": "Руководство пользователя для настольных ПК",
"Edit": "Редактировать",
"Export": "Экспортировать",
"Export (API)": "Экспорт (API)",

View File

@@ -23,6 +23,9 @@
"Comfy-Desktop_OpenFeedbackPage": {
"label": "反馈"
},
"Comfy-Desktop_OpenUserGuide": {
"label": "桌面用户指南"
},
"Comfy-Desktop_Reinstall": {
"label": "重新安装"
},

View File

@@ -221,6 +221,7 @@
"ComfyUI Docs": "ComfyUI 文档",
"ComfyUI Issues": "ComfyUI 问题",
"Convert selected nodes to group node": "将选定节点转换为组节点",
"Desktop User Guide": "桌面用户指南",
"Edit": "编辑",
"Export": "导出",
"Export (API)": "导出 (API)",