mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
[API Node] Update FAQ link to docs.comfy (#3691)
This commit is contained in:
@@ -39,6 +39,6 @@ const { apiNodeNames, onLogin, onCancel } = defineProps<{
|
|||||||
}>()
|
}>()
|
||||||
|
|
||||||
const handleLearnMoreClick = () => {
|
const handleLearnMoreClick = () => {
|
||||||
window.open('https://www.comfy.org/faq', '_blank')
|
window.open('https://docs.comfy.org/tutorials/api-nodes/faq', '_blank')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ const handleMessageSupport = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const handleFaqClick = () => {
|
const handleFaqClick = () => {
|
||||||
window.open('https://www.comfy.org/faq', '_blank')
|
window.open('https://docs.comfy.org/tutorials/api-nodes/faq', '_blank')
|
||||||
}
|
}
|
||||||
|
|
||||||
const creditHistory = ref<CreditHistoryItemData[]>([])
|
const creditHistory = ref<CreditHistoryItemData[]>([])
|
||||||
|
|||||||
Reference in New Issue
Block a user