feat: zap (#107)

This commit is contained in:
Cody Tseng
2025-03-01 23:52:05 +08:00
committed by GitHub
parent 407a6fb802
commit 249593d547
72 changed files with 2582 additions and 818 deletions

View File

@@ -9,6 +9,9 @@ export type TProfile = {
nip05?: string
about?: string
website?: string
lud06?: string
lud16?: string
lightningAddress?: string
created_at?: number
}
export type TMailboxRelayScope = 'read' | 'write' | 'both'
@@ -98,6 +101,8 @@ export type TImageInfo = { url: string; blurHash?: string; dim?: { width: number
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'pictures'
export type TNotificationType = 'all' | 'mentions' | 'reactions' | 'zaps'
export type TPageRef = { scrollToTop: () => void }
export type TNip66RelayInfo = TRelayInfo & {