feat: add Kefu widget and related components for customer service integration

This commit is contained in:
mlogclub
2026-04-24 19:17:07 +08:00
parent 4bcfd36620
commit 92fd571f28
11 changed files with 839 additions and 54 deletions
+6
View File
@@ -0,0 +1,6 @@
import { KefuWidgetDemo } from "@/components/kefu/widget-demo"
export default function Page() {
return <KefuWidgetDemo />
}