add bookmark and bookmark page

This commit is contained in:
DASHU
2024-09-18 10:18:28 +08:00
parent 75016492c1
commit c1866a1a8b
7 changed files with 133 additions and 3 deletions

View File

@@ -8,4 +8,5 @@ class RouterPath {
static const String ADD_REMOTE_APP = "/addRemoteApp";
static const String APP_DETAIL = "/appDetail";
static const String HISTORY = "/history";
static const String BOOKMARK = "/bookmark";
}