清除无效引用

This commit is contained in:
DelLevin-Home
2026-08-13 10:29:21 +08:00
parent c16383bbe7
commit 0de872fff6
5 changed files with 3 additions and 13 deletions

View File

@@ -68,13 +68,6 @@ class _CharacterFormPageState extends State<CharacterFormPage> {
super.dispose();
}
String get _entityLabel => switch (widget.entityType) {
'movie' => '影视',
'book' => '书籍',
'game' => '游戏',
_ => '作品',
};
@override
Widget build(BuildContext context) {
final colors = Theme.of(context).colorScheme;