This commit is contained in:
Developer
2026-04-03 03:26:06 +08:00
parent 3063deb34c
commit cba04235c8
49 changed files with 3955 additions and 1421 deletions

View File

@@ -178,7 +178,10 @@ class MainNavigation extends StatelessWidget {
/// 使用 Stack 布局,让导航栏悬浮在页面内容上方
Widget _buildCareModeBody(CareController careController) {
return Obx(() {
final carePages = [const CarePoetryPage(), const PoetryLevelPage()];
final carePages = [
const CarePoetryPage(),
const PoetryLevelPage(showBackButton: false, showAppBar: false),
];
return Stack(
children: [