generated from dellevin/template
windows版本初步完成
This commit is contained in:
@@ -1115,6 +1115,7 @@ class _GameFormPageState extends State<GameFormPage> {
|
||||
);
|
||||
|
||||
await context.read<AppProvider>().addGame(newGame);
|
||||
await context.read<AppProvider>().loadGames();
|
||||
} else {
|
||||
final updatedGame = widget.game!.copyWith(
|
||||
title: _titleController.text.trim(),
|
||||
|
||||
Reference in New Issue
Block a user