From 29e3d71eb217e308addca24904f14cce6be46cc1 Mon Sep 17 00:00:00 2001 From: hujinwei Date: Mon, 28 Nov 2022 09:51:30 +0800 Subject: [PATCH] =?UTF-8?q?=20=E8=A7=A3=E5=86=B3=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0/gemini-viewer-examples/=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E9=A1=B5=E9=9D=A2=E6=89=93=E4=B8=8D=E5=BC=80?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +- public/config.json | 38 +++++++-------- public/demo/bim_0.html | 8 ++-- public/demo/bim_1.html | 8 ++-- public/demo/dxf_0.html | 20 ++++---- public/demo/dxf_1.html | 20 ++++---- public/demo/dxf_2.html | 20 ++++---- public/demo/dxf_3.html | 26 +++++----- public/demo/dxf_4.html | 26 +++++----- public/demo/dxf_5.html | 20 ++++---- public/demo/dxf_6.html | 20 ++++---- public/demo/empty_dxf_project.html | 16 +++---- public/demo/empty_model_project.html | 6 +-- public/demo/empty_vr_project.html | 6 +-- public/demo/vr_0.html | 24 +++++----- public/demo/vr_1.html | 30 ++++++------ public/demo/vr_2.html | 30 ++++++------ public/demo/vr_3.html | 66 ++++++++++++------------- public/demo/vr_4.html | 10 ++-- public/demo/vr_5.html | 12 ++--- public/demo/vr_album_0.html | 72 ++++++++++++++-------------- src/pages/demo/index.tsx | 2 +- 22 files changed, 242 insertions(+), 242 deletions(-) diff --git a/package.json b/package.json index abf1d58..c0ef700 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "gemini-viewer-demo", + "name": "gemini-viewer-examples", "version": "0.1.0", "private": true, - "homepage": "/gemini-viewer-examples/", + "homepage": ".", "dependencies": { "@codemirror/autocomplete": "^6.3.0", "@codemirror/commands": "^6.1.2", diff --git a/public/config.json b/public/config.json index 9e1d0e1..2ee081d 100644 --- a/public/config.json +++ b/public/config.json @@ -2,66 +2,66 @@ "title": "BIM Models", "subMenus": [{ "title": "Upload your local model", - "url": "./gemini-viewer-examples/demo/empty_model_project.html" + "url": "./demo/empty_model_project.html" }, { "title": "Rac basic sample project", - "url": "./gemini-viewer-examples/demo/bim_0.html" + "url": "./demo/bim_0.html" }, { "title": "Duplex", - "url": "./gemini-viewer-examples/demo/bim_1.html" + "url": "./demo/bim_1.html" }] }, { "title": "2D drawings", "subMenus": [{ "title": "Upload your local dxf", - "url": "./gemini-viewer-examples/demo/empty_dxf_project.html" + "url": "./demo/empty_dxf_project.html" }, { "title": "Rac basic sample project", - "url": "./gemini-viewer-examples/demo/dxf_0.html" + "url": "./demo/dxf_0.html" }, { "title": "City apartments", - "url": "./gemini-viewer-examples/demo/dxf_1.html" + "url": "./demo/dxf_1.html" }, { "title": "Doors & windows", - "url": "./gemini-viewer-examples/demo/dxf_2.html" + "url": "./demo/dxf_2.html" }, { "title": "Drawing comparison", - "url": "./gemini-viewer-examples/demo/dxf_3.html" + "url": "./demo/dxf_3.html" }, { "title": "Drawing comparison with 3 viewports", - "url": "./gemini-viewer-examples/demo/dxf_4.html" + "url": "./demo/dxf_4.html" }, { "title": "Markups", - "url": "./gemini-viewer-examples/demo/dxf_5.html" + "url": "./demo/dxf_5.html" }, { "title": "Hotpoints", - "url": "./gemini-viewer-examples/demo/dxf_6.html" + "url": "./demo/dxf_6.html" }] }, { "title": "Panoramas", "subMenus": [{ "title": "Upload your local vr image(s)", - "url": "./gemini-viewer-examples/demo/empty_vr_project.html" + "url": "./demo/empty_vr_project.html" }, { "title": "Panorama(1 image)", - "url": "./gemini-viewer-examples/demo/vr_0.html" + "url": "./demo/vr_0.html" }, { "title": "Panorama(6 images)", - "url": "./gemini-viewer-examples/demo/vr_1.html" + "url": "./demo/vr_1.html" }, { "title": "Panorama(6 images)", - "url": "./gemini-viewer-examples/demo/vr_2.html" + "url": "./demo/vr_2.html" }, { "title": "Panorama(24 images)", - "url": "./gemini-viewer-examples/demo/vr_3.html" + "url": "./demo/vr_3.html" }, { "title": "Panorama(switching between components)", - "url": "./gemini-viewer-examples/demo/vr_4.html" + "url": "./demo/vr_4.html" }, { "title": "Panorama(two viewports)", - "url": "./gemini-viewer-examples/demo/vr_5.html" + "url": "./demo/vr_5.html" }, { "title": "Panorama album", - "url": "./gemini-viewer-examples/demo/vr_album_0.html" + "url": "./demo/vr_album_0.html" }] }] \ No newline at end of file diff --git a/public/demo/bim_0.html b/public/demo/bim_0.html index a648a9f..ebdf10b 100644 --- a/public/demo/bim_0.html +++ b/public/demo/bim_0.html @@ -1,8 +1,8 @@ - - + +