Files
nowser/lib/const/router_path.dart
2024-09-18 10:18:28 +08:00

13 lines
460 B
Dart

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";
static const String APPS = "/apps";
static const String ADD_REMOTE_APP = "/addRemoteApp";
static const String APP_DETAIL = "/appDetail";
static const String HISTORY = "/history";
static const String BOOKMARK = "/bookmark";
}