From bd65038cfc9184b0cdc5c049676e039c3f2cbcd9 Mon Sep 17 00:00:00 2001 From: zengyi Date: Tue, 23 Sep 2025 15:56:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=A6=96=E9=A1=B5=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Runner.xcodeproj/project.pbxproj | 8 ------ lib/kt_pages/kt_home/view.dart | 37 +++++++++++++++------------- 2 files changed, 20 insertions(+), 25 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index c96272d..12aa941 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -335,14 +335,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; @@ -378,14 +374,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; diff --git a/lib/kt_pages/kt_home/view.dart b/lib/kt_pages/kt_home/view.dart index 748fd08..56f754b 100644 --- a/lib/kt_pages/kt_home/view.dart +++ b/lib/kt_pages/kt_home/view.dart @@ -132,24 +132,27 @@ class _KtHomePageState extends State mainAxisAlignment: MainAxisAlignment.end, crossAxisAlignment: CrossAxisAlignment.start, children: [ - Row( - children: [ - Stack( - alignment: Alignment.bottomCenter, - children: [ - Image.asset('text_bg.png'.ktIcon, height: 17.w), - Text( - 'Trend Cyclone', - style: TextStyle( - fontSize: 14.sp, - color: Color(0xFF1E1E20), - fontWeight: FontWeight.w800, + GestureDetector( + onTap: () => Get.toNamed(KtRoutes.search), + child: Row( + children: [ + Stack( + alignment: Alignment.bottomCenter, + children: [ + Image.asset('text_bg.png'.ktIcon, height: 17.w), + Text( + 'Trend Cyclone', + style: TextStyle( + fontSize: 14.sp, + color: Color(0xFF1E1E20), + fontWeight: FontWeight.w800, + ), ), - ), - ], - ), - Image.asset('ic_right.png'.ktIcon, width: 10.w), - ], + ], + ), + Image.asset('ic_right.png'.ktIcon, width: 10.w), + ], + ), ), SizedBox(height: 5.w), Text(