refactor(apps): 主题系统迁移至 ColorScheme + 扩展架构并支持 Dark Mode

This commit is contained in:
qzl
2026-03-27 19:07:39 +08:00
parent ecc1ec6ce4
commit ae29a8209b
146 changed files with 4301 additions and 3200 deletions
+2 -3
View File
@@ -2,10 +2,9 @@ class AppRoutes {
AppRoutes._();
static const authBoot = '/boot';
static const authLogin = '/';
static const authLogin = '/login';
static const homeMain = '/home';
static const shellHomeBranch = homeMain;
static const homeMain = '/';
static const shellCalendarBranch = calendarDayWeek;
static const shellTodoBranch = todoList;