feat: 补充提交

This commit is contained in:
“DaisyWu” 2024-09-09 11:33:36 +08:00
parent b387c7ef03
commit 7a00665a9f

View File

@ -80,9 +80,9 @@ class _AmazonAlexaPageState extends State<AmazonAlexaPage> {
padding: EdgeInsets.only(top: 60.h, bottom: 30.h), padding: EdgeInsets.only(top: 60.h, bottom: 30.h),
child: const Column( child: const Column(
children: [ children: [
Row( // Row(
children: [ImageIcon(), Text('支持的国家')], // children: [ImageIcon(), Text('支持的国家')],
), // ),
], ],
), ),
); );