some code for remote signing

This commit is contained in:
DASHU
2024-09-10 17:18:51 +08:00
parent 49c18ccab6
commit 85f9385624
14 changed files with 933 additions and 117 deletions

View File

@@ -4,4 +4,6 @@ class RouterPath {
static const String WEB_URL_INPUT = "/webUrlInput";
static const String ME = "/me";
static const String KEYS = "/keys";
static const String APPS = "/apps";
static const String ADD_REMOTE_APP = "/addRemoteApp";
}