Skip to content

Commit b1ec484

Browse files
committed
feat: tongnan yangyu
1 parent 40ffe36 commit b1ec484

File tree

6 files changed

+87
-0
lines changed

6 files changed

+87
-0
lines changed

_posts/2023-09-21-para-gmd.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: pure
3+
title: 潼南高密度养鱼
4+
---
5+
6+
<style>
7+
body,html{
8+
height: 100%;
9+
margin: 0;
10+
padding: 0;
11+
12+
}
13+
#panorama {
14+
width: 100%;
15+
height: 100%;
16+
}
17+
</style>
18+
<link rel="stylesheet" href="/resource/2022/pannellum.css"/>
19+
<script src="/resource/2022/pannellum.js"></script>
20+
<div id="panorama"></div>
21+
<script>
22+
pannellum.viewer('panorama', {
23+
"type": "equirectangular",
24+
"panorama": "/resource/2023/tn_gmd_para.jpg",
25+
autoLoad: true,
26+
pitch :10,
27+
28+
});
29+
</script>

_posts/2023-09-21-para-pig.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: pure
3+
title: 潼南养猪场
4+
---
5+
6+
<style>
7+
body,html{
8+
height: 100%;
9+
margin: 0;
10+
padding: 0;
11+
12+
}
13+
#panorama {
14+
width: 100%;
15+
height: 100%;
16+
}
17+
</style>
18+
<link rel="stylesheet" href="/resource/2022/pannellum.css"/>
19+
<script src="/resource/2022/pannellum.js"></script>
20+
<div id="panorama"></div>
21+
<script>
22+
pannellum.viewer('panorama', {
23+
"type": "equirectangular",
24+
"panorama": "/resource/2023/tn_yzc_para.jpg",
25+
autoLoad: true,
26+
pitch :10,
27+
28+
});
29+
</script>

_posts/2023-09-21-para-xsc.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: pure
3+
title: 潼南小水池
4+
---
5+
6+
<style>
7+
body,html{
8+
height: 100%;
9+
margin: 0;
10+
padding: 0;
11+
12+
}
13+
#panorama {
14+
width: 100%;
15+
height: 100%;
16+
}
17+
</style>
18+
<link rel="stylesheet" href="/resource/2022/pannellum.css"/>
19+
<script src="/resource/2022/pannellum.js"></script>
20+
<div id="panorama"></div>
21+
<script>
22+
pannellum.viewer('panorama', {
23+
"type": "equirectangular",
24+
"panorama": "/resource/2023/tn_xsc_para.jpg",
25+
autoLoad: true,
26+
pitch :10,
27+
28+
});
29+
</script>

resource/2023/tn_gmd_para.jpg

12.4 MB
Loading

resource/2023/tn_xsc_para.jpg

13.4 MB
Loading

resource/2023/tn_yzc_para.jpg

11.7 MB
Loading

0 commit comments

Comments
 (0)