Update FAQ link (#3579)

This commit is contained in:
Christian Byrne
2025-04-23 22:12:02 +08:00
committed by GitHub
parent a57be36d4d
commit e84bdc96cf

View File

@@ -180,7 +180,7 @@ const handleMessageSupport = () => {
} }
const handleFaqClick = () => { const handleFaqClick = () => {
window.open('https://drip-art.notion.site/api-nodes-faqs', '_blank') window.open('https://www.comfy.org/faq', '_blank')
} }
const creditHistory = ref<CreditHistoryItemData[]>([]) const creditHistory = ref<CreditHistoryItemData[]>([])