From e92b416504f8e7c5ab0fdaab3ebbf98d7f8f43ff Mon Sep 17 00:00:00 2001 From: DASHU <385321165@qq.com> Date: Fri, 5 Sep 2025 10:10:36 +0800 Subject: [PATCH] webapps add Nosotros and npub.cash --- lib/router/web_apps/web_apps_router.dart | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lib/router/web_apps/web_apps_router.dart b/lib/router/web_apps/web_apps_router.dart index 0ae77bd..f4b8e63 100644 --- a/lib/router/web_apps/web_apps_router.dart +++ b/lib/router/web_apps/web_apps_router.dart @@ -560,6 +560,20 @@ class WebAppsRouterState extends CustState { [WebAppTypes.OTHERS], image: "https://nowser.nostrmo.com/images/apps/following_space.png", )); + items.add(WebAppItem( + "https://nosotros.app/", + "Nosotros", + "A decentralized social network based on nostr protocol", + [WebAppTypes.NOTES], + image: "https://nowser.nostrmo.com/images/apps/nosotros.ico", + )); + items.add(WebAppItem( + "https://npub.cash/", + "npub.cash", + "A nostr native Lightning Address for everyone", + [WebAppTypes.ZAPS], + image: "https://nowser.nostrmo.com/images/apps/npubcash.ico", + )); // List jsonList = []; // for (var item in items) {