add web apps

This commit is contained in:
DASHU
2025-07-24 20:09:55 +08:00
parent bb9129106b
commit f4ad8da8a1
13 changed files with 583 additions and 2 deletions

View File

@@ -13,4 +13,6 @@ class Base {
static String USER_AGENT =
"${Base.APP_NAME} ${PlatformUtil.getPlatformName()} ${Base.VERSION_NAME}";
static String WEB_APPS = "https://nowser.nostrmo.com/jsons/webapps.json";
}