feat: pow

This commit is contained in:
codytseng 2025-09-08 23:20:03 +08:00
parent 95f4b207d5
commit 4cc16d5e58
24 changed files with 191 additions and 67 deletions

View file

@ -121,6 +121,7 @@ export type TImetaInfo = {
export type TPublishOptions = {
specifiedRelayUrls?: string[]
additionalRelayUrls?: string[]
minPow?: number
}
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'you'