setting page, i18n

This commit is contained in:
DASHU
2025-01-21 21:36:18 +08:00
parent 37b6c6431f
commit d6cdf8937c
39 changed files with 1968 additions and 265 deletions

View File

@@ -10,4 +10,5 @@ class RouterPath {
static const String HISTORY = "/history";
static const String BOOKMARK = "/bookmark";
static const String AUTH_LOGS = "/authLogs";
static const String SETTING = "/setting";
}