简体中文
为用户提供的应用内通知功能。
zh/packages/notifications/keys.ts
@repo/notifications
NotificationsTrigger
import { NotificationsTrigger } from '@repo/notifications/components/trigger'; <NotificationsTrigger> <Button variant="ghost" size="icon" className="shrink-0"> <BellIcon size={16} className="text-muted-foreground" /> </Button> </NotificationsTrigger>
应用内
import { notifications } from '@repo/notifications'; await notifications.workflows.trigger('workflow-key', { recipients: [{ id: 'user-id', email: 'user-email', }], data: { message: 'Hello, world!', }, });