feat: 关于页面

This commit is contained in:
guozhigq
2023-08-17 09:43:01 +08:00
parent 96037e0885
commit eababaad74
10 changed files with 366 additions and 3 deletions

View File

@ -49,6 +49,11 @@ class SettingPage extends StatelessWidget {
),
),
),
ListTile(
onTap: () => Get.toNamed('/about'),
dense: false,
title: const Text('关于'),
),
],
),
);