This commit is contained in:
toly
2023-11-26 09:04:44 +08:00
parent 6e8d926693
commit 2ceed8b9b5
20 changed files with 597 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ CellIRoute appRoute = CellIRoute(
widget: SortSettings(),
),
const IRoute(
path: '/app/sort/player',
path: '/app/sort/player/:name',
widget: SortPlayer(),
),
],
@@ -80,7 +80,7 @@ Map<String, String> kRouteLabelMap = {
'/app/color/detail': '颜色详情',
'/app/counter': '计数器',
'/app/sort': '排序算法',
'/app/sort/player': '演示',
'/app/sort/:name': '',
'/app/sort/settings': '排序配置',
'/app/user': '我的',
'/app/settings': '系统设置',