测试安卓修改app名称

This commit is contained in:
rang 2025-12-05 17:59:13 +08:00
parent 6b1edcb475
commit 6ceeb99d20
19 changed files with 1218 additions and 822 deletions

View file

@ -13,7 +13,7 @@ class Routes {
);
static const library = _SimpleRoute(
pathName: 'library',
pathParamName: 'libraryId',
// pathParamName: 'libraryId',
name: 'library',
);
static const libraryItem = _SimpleRoute(