-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from LinkunGao/pwa
Pwa
- Loading branch information
Showing
17 changed files
with
124 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
<template> | ||
<div class="flex flex-col justify-end items-end"> | ||
<img class="w-32 h-auto my-1 mx-5" src="~assets/images/logo1.png" /> | ||
<img class="w-32 h-auto my-1 mx-5" src="~assets/images/logo2.png" /> | ||
<img class="w-48 h-auto my-1 mx-5" src="~assets/images/logo3.png" /> | ||
<img class="w-20 h-auto md:w-32 my-1 mx-5" src="~assets/images/logo1.png" /> | ||
<div class="hidden md:flex"><img class="w-32 h-auto my-1 mx-5" src="~assets/images/logo2.png" /></div> | ||
<div class="hidden md:flex"><img class=" w-48 h-auto my-1 mx-5" src="~assets/images/logo3.png" /></div> | ||
|
||
</div> | ||
</template> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
frontend/static/modelView/benign-cyst/left/left_breast_view.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"farPlane": 10000, | ||
"targetPosition": [0, 0, 0], | ||
"nearPlane": 0.01, | ||
"upVector": [0, 1, 0], | ||
"eyePosition": [0, 0, 0.3] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"farPlane": 1000000, | ||
"targetPosition": [0, 0, 0], | ||
"nearPlane": 0.01, | ||
"upVector": [0, -1, 0], | ||
"eyePosition": [0, 0, 3000] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"farPlane": 1000000, | ||
"targetPosition": [0, 0, 0], | ||
"nearPlane": 0.01, | ||
"upVector": [0, -1, 0], | ||
"eyePosition": [0, 0, 800] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"farPlane": 100000, | ||
"targetPosition": [0, 0, 0], | ||
"nearPlane": 0.01, | ||
"upVector": [0, 1, 0], | ||
"eyePosition": [0, 0, 1000] | ||
} |