File tree Expand file tree Collapse file tree 3 files changed +66
-0
lines changed Expand file tree Collapse file tree 3 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 563563 {
564564 "tab" : " Support" ,
565565 "pages" : [
566+ " support/contact-support" ,
566567 {
567568 "group" : " Billing Support" ,
568569 "pages" : [
11551156 {
11561157 "tab" : " 支持" ,
11571158 "pages" : [
1159+ " zh-CN/support/contact-support" ,
11581160 {
11591161 "group" : " 账单支持" ,
11601162 "pages" : [
Original file line number Diff line number Diff line change 1+ ---
2+ title : Contact support
3+ description : Get help and report issues for ComfyUI
4+ ---
5+
6+ Get help with ComfyUI through our support channels and report issues in the appropriate repository.
7+
8+ ## Support channels
9+
10+ <CardGroup cols = { 2 } >
11+ <Card title = " Zendesk Support" icon = " life-ring" href = " https://support.comfy.org/" >
12+ Get help from our support team
13+ </Card >
14+ </CardGroup >
15+
16+ ## Report issues
17+
18+ Report bugs and issues in the corresponding GitHub repository:
19+
20+ <CardGroup cols = { 2 } >
21+ <Card title = " UI Issues" icon = " browser" href = " https://github.com/Comfy-Org/ComfyUI_frontend/issues" >
22+ Report UI-related issues in ComfyUI_frontend
23+ </Card >
24+
25+ <Card title = " Core Issues" icon = " code" href = " https://github.com/comfyanonymous/ComfyUI/issues" >
26+ Report core functionality issues
27+ </Card >
28+
29+ <Card title = " Desktop Issues" icon = " desktop" href = " https://github.com/Comfy-Org/desktop/issues" >
30+ Report issues with the desktop version
31+ </Card >
32+ </CardGroup >
Original file line number Diff line number Diff line change 1+ ---
2+ title : 联系支持
3+ description : 获取 ComfyUI 帮助并报告问题
4+ ---
5+
6+ 通过我们的支持渠道获取 ComfyUI 帮助,并在相应的代码仓库中报告问题。
7+
8+ ## 支持渠道
9+
10+ <CardGroup cols = { 2 } >
11+ <Card title = " Zendesk 支持" icon = " life-ring" href = " https://support.comfy.org/" >
12+ 从我们的支持团队获取帮助
13+ </Card >
14+ </CardGroup >
15+
16+ ## 报告问题
17+
18+ 在相应的 GitHub 代码仓库中报告错误和问题:
19+
20+ <CardGroup cols = { 2 } >
21+ <Card title = " UI 相关问题" icon = " browser" href = " https://github.com/Comfy-Org/ComfyUI_frontend/issues" >
22+ 在 ComfyUI_frontend 中报告 UI 相关问题
23+ </Card >
24+
25+ <Card title = " 核心功能问题" icon = " code" href = " https://github.com/comfyanonymous/ComfyUI/issues" >
26+ 报告核心功能问题
27+ </Card >
28+
29+ <Card title = " 桌面版问题" icon = " desktop" href = " https://github.com/Comfy-Org/desktop/issues" >
30+ 报告桌面版本问题
31+ </Card >
32+ </CardGroup >
You can’t perform that action at this time.
0 commit comments