替换miniPlayer

This commit is contained in:
rang 2025-11-13 17:53:23 +08:00
parent eb9b8f3b94
commit e67d045da6
34 changed files with 1777 additions and 1078 deletions

View file

@ -43,7 +43,7 @@ class Routes {
parentRoute: settings,
);
static const playerSettings = _SimpleRoute(
pathName: 'player',
pathName: 'playerSettings',
name: 'playerSettings',
parentRoute: settings,
);
@ -101,6 +101,12 @@ class Routes {
parentRoute: onboarding,
);
// player page
static const player = _SimpleRoute(
pathName: 'player',
name: 'player',
);
// logs page
static const logs = _SimpleRoute(
pathName: 'logs',