feat: render zap goals

This commit is contained in:
2023-08-20 22:51:56 +01:00
parent d06d6afbf7
commit 35423cc91b
9 changed files with 92 additions and 15 deletions

View File

@ -49,4 +49,4 @@ export function splitByUrl(str: string) {
/((?:http|ftp|https|nostr|web\+nostr|magnet):\/?\/?(?:[\w+?.\w+])+(?:[a-zA-Z0-9~!@#$%^&*()_\-=+\\/?.:;',]*)?(?:[-A-Za-z0-9+&@#/%=~()_|]))/i;
return str.split(urlRegex);
}
}