some code about history

This commit is contained in:
DASHU
2024-09-18 07:39:50 +08:00
parent 2c7629ab3f
commit 73e8182d7b
14 changed files with 537 additions and 55 deletions

View File

@@ -7,4 +7,5 @@ class RouterPath {
static const String APPS = "/apps";
static const String ADD_REMOTE_APP = "/addRemoteApp";
static const String APP_DETAIL = "/appDetail";
static const String HISTORY = "/history";
}