From ac7d3cba53a0bb95cd69f5909ad3d9c4a1a8ade8 Mon Sep 17 00:00:00 2001
From: liukang <644012909@qq.com>
Date: Mon, 13 Jan 2025 19:42:02 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=A7=84=E5=88=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 24 +-
androidPrivacy.json | 3 +
components/Menu.vue | 126 ++++
index.html | 5 +
manifest.json | 154 ++---
pages.json | 41 +-
.../ArchitecturalDetails.vue | 32 +
pages/BrandDisplay/BrandDisplay.vue | 146 +++++
pages/FloorPlanShowcase/FloorPlanShowcase.vue | 32 +
pages/LocationAmenities/LocationAmenities.vue | 33 +
pages/ProjectPlanning/ProjectPlanning.vue | 612 ++++++++++++++++++
pages/RouteNavigation/RouteNavigation.vue | 32 +
pages/TechnologySystems/TechnologySystems.vue | 32 +
pages/index/index.vue | 53 +-
static/five1.jpg | Bin 0 -> 407270 bytes
static/five10.jpg | Bin 0 -> 432089 bytes
static/five2.jpg | Bin 0 -> 470002 bytes
static/five3.jpg | Bin 0 -> 256666 bytes
static/five4.jpg | Bin 0 -> 244462 bytes
static/five5.jpg | Bin 0 -> 294190 bytes
static/five6.jpg | Bin 0 -> 230018 bytes
static/five7.jpg | Bin 0 -> 402865 bytes
static/five8.jpg | Bin 0 -> 306600 bytes
static/five9.jpg | Bin 0 -> 301633 bytes
static/home.jpg | Bin 0 -> 5015331 bytes
static/homelogo.png | Bin 0 -> 8550 bytes
static/locationamenities.jpg | Bin 0 -> 9371157 bytes
static/seven1.jpg | Bin 0 -> 151985 bytes
static/seven2.jpg | Bin 0 -> 2569055 bytes
static/six1.jpg | Bin 0 -> 1707478 bytes
static/threefourone.jpg | Bin 0 -> 448685 bytes
static/threefourthree.jpg | Bin 0 -> 4229480 bytes
static/threefourtwo.jpg | Bin 0 -> 609155 bytes
static/threerightone.png | Bin 0 -> 3162209 bytes
static/topleftoneone.png | Bin 0 -> 164026 bytes
static/topleftonethree.jpg | Bin 0 -> 210468 bytes
static/topleftonetwo.jpg | Bin 0 -> 789388 bytes
static/toplefttwotwo.jpg | Bin 0 -> 2193577 bytes
static/tworight.jpg | Bin 0 -> 758627 bytes
39 files changed, 1203 insertions(+), 122 deletions(-)
create mode 100644 androidPrivacy.json
create mode 100644 components/Menu.vue
create mode 100644 pages/ArchitecturalDetails/ArchitecturalDetails.vue
create mode 100644 pages/BrandDisplay/BrandDisplay.vue
create mode 100644 pages/FloorPlanShowcase/FloorPlanShowcase.vue
create mode 100644 pages/LocationAmenities/LocationAmenities.vue
create mode 100644 pages/ProjectPlanning/ProjectPlanning.vue
create mode 100644 pages/RouteNavigation/RouteNavigation.vue
create mode 100644 pages/TechnologySystems/TechnologySystems.vue
create mode 100644 static/five1.jpg
create mode 100644 static/five10.jpg
create mode 100644 static/five2.jpg
create mode 100644 static/five3.jpg
create mode 100644 static/five4.jpg
create mode 100644 static/five5.jpg
create mode 100644 static/five6.jpg
create mode 100644 static/five7.jpg
create mode 100644 static/five8.jpg
create mode 100644 static/five9.jpg
create mode 100644 static/home.jpg
create mode 100644 static/homelogo.png
create mode 100644 static/locationamenities.jpg
create mode 100644 static/seven1.jpg
create mode 100644 static/seven2.jpg
create mode 100644 static/six1.jpg
create mode 100644 static/threefourone.jpg
create mode 100644 static/threefourthree.jpg
create mode 100644 static/threefourtwo.jpg
create mode 100644 static/threerightone.png
create mode 100644 static/topleftoneone.png
create mode 100644 static/topleftonethree.jpg
create mode 100644 static/topleftonetwo.jpg
create mode 100644 static/toplefttwotwo.jpg
create mode 100644 static/tworight.jpg
diff --git a/App.vue b/App.vue
index 8c2b732..9ad7f9f 100644
--- a/App.vue
+++ b/App.vue
@@ -1,17 +1,29 @@
+ uni-page-body,
+ #app {
+ height: 100%;
+ }
+
\ No newline at end of file
diff --git a/androidPrivacy.json b/androidPrivacy.json
new file mode 100644
index 0000000..a78485c
--- /dev/null
+++ b/androidPrivacy.json
@@ -0,0 +1,3 @@
+{
+ "prompt" : "none"
+}
diff --git a/components/Menu.vue b/components/Menu.vue
new file mode 100644
index 0000000..ded604e
--- /dev/null
+++ b/components/Menu.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index c3ff205..ba48ba1 100644
--- a/index.html
+++ b/index.html
@@ -18,3 +18,8 @@