me page ui

This commit is contained in:
DASHU
2024-08-30 00:19:45 +08:00
parent 46c1521d32
commit db050386b5
10 changed files with 451 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
class RouterPath {
static const String INDEX = "/";
static const String WEB_TABS = "/webTabs";
static const String ME = "/me";
}