初始化登录功能

This commit is contained in:
2023-10-28 13:00:10 +08:00
parent 59412db924
commit 6153bcf9c0
8 changed files with 172 additions and 66 deletions

View File

@ -51,7 +51,7 @@ class AppUI extends BaseUI {
}
class WindowButtons extends StatelessWidget {
const WindowButtons({Key? key}) : super(key: key);
const WindowButtons({super.key});
@override
Widget build(BuildContext context) {