Skip to content

Commit 0649287

Browse files
committed
add link
1 parent 1d1c75d commit 0649287

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

config/github-examples.js

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,25 @@ export default [
126126
openUrl: "https://knight-l.github.io/sc-datav/",
127127
githubUrl: "https://github.com/knight-L/sc-datav",
128128
image: 'https://z2586300277.github.io/three-cesium-examples/' + "threeExamples/openSource/scDatav.jpg",
129-
}
129+
},
130+
{
131+
id: "heat3dMap",
132+
name: "热力3D地图",
133+
name_en: "Heat 3d Map",
134+
author: "knight-L",
135+
openUrl: "https://knight-l.github.io/sc-datav/#/demo1",
136+
githubUrl: "https://github.com/knight-L/sc-datav",
137+
image: 'https://z2586300277.github.io/three-cesium-examples/' + "threeExamples/openSource/heat3dMap.jpg",
138+
},
139+
{
140+
id: 'blanderCar',
141+
author: 'ASouthernCat',
142+
name: '硬核小车',
143+
name_en: 'Blender Car',
144+
githubUrl: 'https://github.com/ASouthernCat/simple-muscle-car',
145+
openUrl: 'https://g2657.github.io/examples-server/blender_car/',
146+
image: 'https://z2586300277.github.io/three-cesium-examples/' + 'threeExamples/openSource/blenderCar.jpg',
147+
},
130148

131149
]
132150

0 commit comments

Comments
 (0)