url input page

This commit is contained in:
DASHU
2024-09-06 00:20:57 +08:00
parent 7bb1bc83d0
commit ef5324b8ef
5 changed files with 138 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
class RouterPath {
static const String INDEX = "/";
static const String WEB_TABS = "/webTabs";
static const String WEB_URL_INPUT = "/webUrlInput";
static const String ME = "/me";
static const String KEYS = "/keys";
}