Skip to content

Commit 3bc5808

Browse files
committed
【update】 飞行定位例子文件名优化; 缩略图优化; review by luox
1 parent 5208ac3 commit 3bc5808

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

examples/component/components_flyto_vue.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
width: 26%;
2222
left: 73%;
2323
top: 90px;
24-
font-family: sans-serif;
2524
background-color: #fafafa;
2625
color: rgba(0, 0, 0, 0.65);
2726
}
@@ -114,7 +113,7 @@ <h5>{{ currentContent.subtitle }}</h5>
114113
case '五彩池':
115114
case 'Five Coloured Pond':
116115
nextItem.flyOptions = Object.assign({}, this.flyOptions, {
117-
duration: 0,
116+
duration: 1000,
118117
bearing: 0
119118
});
120119
break;

examples/component/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ var exampleConfig = {
178178
name: '飞行定位',
179179
name_en: 'Fly To',
180180
version: '11.0.0',
181-
thumbnail: 'components_flyTo_vue.png',
182-
fileName: 'components_flyTo_vue'
181+
thumbnail: 'components_flyto_vue.png',
182+
fileName: 'components_flyto_vue'
183183
}
184184
]
185185
},
-1.6 KB
Loading

0 commit comments

Comments
 (0)