角色信息添加刷新按钮

This commit is contained in:
DelLevin-Home
2026-06-29 01:13:52 +08:00
parent ede0b10b19
commit 0c7c39e641
5 changed files with 98 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ class DatabaseHelper {
return await openDatabase(
path,
version: 25,
version: 26,
onCreate: _createDB,
onUpgrade: _onUpgrade,
);