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

@@ -5,6 +5,7 @@ class RouterPath {
static const String ME = "/me";
static const String KEYS = "/keys";
static const String APPS = "/apps";
static const String WEB_APPS = "/webApps";
static const String ADD_REMOTE_APP = "/addRemoteApp";
static const String APP_DETAIL = "/appDetail";
static const String HISTORY = "/history";