From a21d2aed1a93b8b5c8fdab6bc9d335abb386c7c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=8E=E8=B6=85=E5=87=A1?= <1765195347@qq.com>
Date: Tue, 26 Sep 2023 17:53:32 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/libraries/Dart_SDK.xml | 29 +++++++++++++
.idea/workspace.xml | 42 ++++++++++++++++---
.../ui/pages/MuseumInfoPage.dart | 4 +-
3 files changed, 68 insertions(+), 7 deletions(-)
create mode 100644 .idea/libraries/Dart_SDK.xml
diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml
new file mode 100644
index 0000000..f235aca
--- /dev/null
+++ b/.idea/libraries/Dart_SDK.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 0f92b8f..1e261f1 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,7 +1,10 @@
-
+
+
+
+
@@ -12,19 +15,22 @@
-
+
+
+
+
-
+
@@ -49,7 +55,7 @@
1695721040502
-
+
1695721329607
@@ -65,17 +71,43 @@
1695721376399
-
+
+ 1695721540621
+
+
+
+ 1695721540621
+
+
+ 1695721672162
+
+
+
+ 1695721672162
+
+
+ 1695721868667
+
+
+
+ 1695721868667
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/travelguideapp/ui/pages/MuseumInfoPage.dart b/src/lib/travelguideapp/ui/pages/MuseumInfoPage.dart
index 3d0f964..98a5c75 100644
--- a/src/lib/travelguideapp/ui/pages/MuseumInfoPage.dart
+++ b/src/lib/travelguideapp/ui/pages/MuseumInfoPage.dart
@@ -50,7 +50,7 @@ class _MuseumInfoPageState extends State {
child: Transform.scale(
scale: 0.7,
child: Image.asset(
- 'E:/travelguideProject/src/TravelGuide/lib/assets/Museum_Preview.jpg',
+ 'E:/travelguideProject/src/lib/assets/Museum_Preview.jpg',
),
),
),
@@ -104,7 +104,7 @@ class _MuseumInfoPageState extends State {
child: Transform.scale(
scale: 1.2,
child: Image.asset(
- 'E:/travelguideProject/src/TravelGuide/lib/assets/Collection_Preview.jpg',
+ 'E:/travelguideProject/src/lib/assets/Collection_Preview.jpg',
),
),
),