This commit is contained in:
tao
2025-08-29 13:36:26 +08:00
parent ec7848ad57
commit 6a9c801bd2
9 changed files with 75 additions and 44 deletions

View File

@@ -53,8 +53,6 @@ class _HomePageState extends State<HomePage> with AutomaticKeepAliveClientMixin
quality: 85,
rotate: 0,
);
print("压缩前:${File(path).lengthSync()}");
print("压缩后长度${result?.length}");
EasyLoading.show(
status: 'Skin analysis in progress, please wait...',
maskType: EasyLoadingMaskType.clear,

View File

@@ -36,7 +36,7 @@ class UploadBox extends StatelessWidget {
left: 0,
child: Image.asset(
"assets/image/bg_hushi.png",
width: 0.7.sw,
width: 0.63.sw,
),
),
Positioned(

23
lib/page/my/my_page.dart Normal file
View File

@@ -0,0 +1,23 @@
import 'package:flutter/material.dart';
import '../../widgets/common/app_backend.dart';
class MyPage extends StatefulWidget {
const MyPage({super.key});
@override
State<MyPage> createState() => _MyPageState();
}
class _MyPageState extends State<MyPage> {
@override
Widget build(BuildContext context) {
return AppBackend(
child: Column(
children: [
Text("ds")
],
),
);
}
}

View File

@@ -214,7 +214,7 @@ class _LoginPageState extends State<LoginPage> {
left: 20,
right: 20,
),
child: Column(
child: ListView(
children: [
LogoBox(),
PageHeader(),