登录流程已全部重构

This commit is contained in:
zhutao
2025-09-23 11:47:29 +08:00
parent a4992a063b
commit 8988b3feea
71 changed files with 2036 additions and 901 deletions

View File

@@ -4,6 +4,9 @@ class RoutePaths {
///闪烁页
static const splash = "/";
///引导页
static const intro = "/intro";
///协议页
static const agreement = "/agreement";