feat:首页搜索

This commit is contained in:
zengyi 2025-09-23 15:56:46 +08:00
parent 8932eefb14
commit bd65038cfc
2 changed files with 20 additions and 25 deletions

View File

@ -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";

View File

@ -132,24 +132,27 @@ class _KtHomePageState extends State<KtHomePage>
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(