修改 ignore

This commit is contained in:
GYJ
2025-04-07 16:38:19 +08:00
parent adbfd273f9
commit 8a44ac2354
7 changed files with 200 additions and 155 deletions

View File

@@ -11,7 +11,7 @@ class RootView extends StatefulWidget {
const RootView({super.key});
@override
_RootView createState() => _RootView();
State<RootView> createState() => _RootView();
}
class _RootView extends State<RootView>