From 59672cff7666a4229c79429b47e9c34b26f277b1 Mon Sep 17 00:00:00 2001 From: DASHU <385321165@qq.com> Date: Fri, 25 Jul 2025 15:03:50 +0800 Subject: [PATCH] webapps update --- lib/router/web_apps/web_apps_router.dart | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/lib/router/web_apps/web_apps_router.dart b/lib/router/web_apps/web_apps_router.dart index b646745..fdf16b6 100644 --- a/lib/router/web_apps/web_apps_router.dart +++ b/lib/router/web_apps/web_apps_router.dart @@ -528,6 +528,31 @@ class WebAppsRouterState extends CustState { "A Multi-platform client", [WebAppTypes.NOTES], )); + items.add(WebAppItem( + "https://nostr.build/", + "Nostr Build", + "Nostr media uploader", + [WebAppTypes.PHOTOS], + )); + items.add(WebAppItem( + "https://nostrplebs.com/", + "Nostr Plebs", + "An easy way of getting a NIP-05 identifier/Nostr Address and other Nostr services.", + [WebAppTypes.TOOLS], + )); + items.add(WebAppItem( + "https://nostrnests.com/", + "Nostr Nests", + "Join this audio Space", + [WebAppTypes.TOOLS], + )); + items.add(WebAppItem( + "https://zappix.app/", + "Zappix", + "Social Media on Nostr", + [WebAppTypes.PHOTOS], + image: "https://nowser.nostrmo.com/images/apps/zappix.png", + )); // List jsonList = []; // for (var item in items) {