更新数据库
This commit is contained in:
@@ -54,6 +54,10 @@ class ChatPage extends ConsumerWidget {
|
||||
label: '无参 go',
|
||||
onPressed: () => vm.goToSettings(context),
|
||||
),
|
||||
AppButton.inverse(
|
||||
label: '测试数据库性能',
|
||||
onPressed: () => vm.goToDatabaseTest(context),
|
||||
),
|
||||
AppButton.secondary(
|
||||
label: '退出登录',
|
||||
fullWidth: false,
|
||||
|
||||
Reference in New Issue
Block a user