mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-17 23:09:36 +00:00
替换miniPlayer
This commit is contained in:
parent
eb9b8f3b94
commit
e67d045da6
34 changed files with 1777 additions and 1078 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue