File tree Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -143,12 +143,12 @@ a {
143
143
color : # 7d7d7d ;
144
144
}
145
145
146
- .contact-link , .join-link {
147
- padding-left : 20px ;
146
+ .contact-link {
147
+ text-align : center;
148
+ margin-top : 10px ;
148
149
}
149
-
150
150
.join-link {
151
+ text-align : center;
151
152
margin-top : 10px ;
152
153
}
153
-
154
154
/*footer end */
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ window.examplesResources = {
118
118
"tel" : "Tel: " ,
119
119
"sns" : " WebGIS Chinese Technical QQ Group: " ,
120
120
"sns_tips" : " (click to join)" ,
121
+ "sns_full" : " (full)" ,
121
122
"contact" : "Contact us: " ,
122
123
"join" : "Join us: SuperMap Web Client Team" ,
123
124
"join_tips1" : "(Please send email to: " ,
Original file line number Diff line number Diff line change @@ -59,9 +59,10 @@ window.examplesResources = {
59
59
"supermap" : "超图官网" ,
60
60
"dituhui" : "地图慧" ,
61
61
"support" : "超图技术资源中心" ,
62
- "tel" : "电话: " ,
63
- "sns" : "WebGIS中文技术圈 QQ群: " ,
62
+ "tel" : "电话 " ,
63
+ "sns" : "WebGIS中文技术圈QQ群 " ,
64
64
"sns_tips" : "(点击链接加入群)" ,
65
+ "sns_full" : "(已满)" ,
65
66
"contact" : "联系我们:" ,
66
67
"join" : "加入我们: 超图Web客户端团队 " ,
67
68
"join_tips1" : "(请发邮件至: " ,
Original file line number Diff line number Diff line change @@ -369,6 +369,13 @@ var exampleConfig = {
369
369
localIgnore : true ,
370
370
thumbnail : "mvt_UGCV5.png" ,
371
371
fileName : "mvtVectorTile_precache"
372
+ } ,
373
+ {
374
+ name : "土地利用" ,
375
+ name_en : "Land Use" ,
376
+ localIgnore : true ,
377
+ thumbnail : "mvtVectorTile_landuse.png" ,
378
+ fileName : "mvtVectorTile_landuse"
372
379
}
373
380
]
374
381
} ,
Original file line number Diff line number Diff line change 13
13
</ div >
14
14
< div class ="contact-link ">
15
15
< span data-i18n ="footer.contact "> 联系我们:</ span >
16
- < span > < span data-i18n ="footer.tel "> 电话: </ span > 400-8900-866</ span >
16
+ < span > < span data-i18n ="footer.tel "> 电话 </ span > 400-8900-866</ span >
17
17
< span style ="margin-left:20px ">
18
- < span data-i18n ="footer.sns "> WebGIS中文技术圈 QQ群:</ span >
19
- < a target ="_blank " href ="https://jq.qq.com/?_wv=1027&k=51jmepV "> 459804186</ a >
18
+ < span data-i18n ="footer.sns "> WebGIS中文技术圈QQ群 </ span >
19
+ 459804186< span data-i18n ="footer.sns_full "> (已满)</ span >
20
+ < a target ="_blank " href ="https://jq.qq.com/?_wv=1027&k=5PtCyDM "> 636732377</ a >
20
21
< span data-i18n ="footer.sns_tips "> (点击链接加入群)</ span >
21
22
</ span >
22
23
</ div >
You can’t perform that action at this time.
0 commit comments