| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cd63bba commit cc48569
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -347,6 +347,47 @@ | |||
| 347 | 347 | "title": "Leaflet", | |
| 348 | 348 | "icon": "iconLeaf", | |
| 349 | 349 | "menus": [ | |
| 350 | + { | ||
| 351 | + "title": "产品", | ||
| 352 | + "icon": "icon3chanpin", | ||
| 353 | + "links": [["产品介绍", "资源下载", "开发环境", "开发授权", "模块介绍", "相关产品", "三方产品", "新特性", "开始开发"]], | ||
| 354 | + "hightlights": [[true, false, false, false, false, false, false, false, false]], | ||
| 355 | + "routes": [ | ||
| 356 | + [ | ||
| 357 | + "/product/leaflet/produce_leaflet", | ||
| 358 | + "/product/leaflet/download", | ||
| 359 | + "/product/leaflet/developEnvironment", | ||
| 360 | + "/product/leaflet/authorization", | ||
| 361 | + "/product/leaflet/moduleIntroduction", | ||
| 362 | + "/product/leaflet/relatedProduct", | ||
| 363 | + "/product/leaflet/thirdPartyProducts", | ||
| 364 | + "/product/leaflet/newFeatures", | ||
| 365 | + "/product/leaflet/startDevelop" | ||
| 366 | + ] | ||
| 367 | + ] | ||
| 368 | + }, | ||
| 369 | + { | ||
| 370 | + "title": "开发指南", | ||
| 371 | + "icon": "iconicon_zhinan", | ||
| 372 | + "links": [ | ||
| 373 | + [ | ||
| 374 | + "准备", | ||
| 375 | + "数据准备", | ||
| 376 | + "数据处理", | ||
| 377 | + "数据发布", | ||
| 378 | + "新建网站", | ||
| 379 | + "引入开发包", | ||
| 380 | + "数据可视化", | ||
| 381 | + "视图设置", | ||
| 382 | + "标题添加", | ||
| 383 | + "量算分析", | ||
| 384 | + "数据查询", | ||
| 385 | + "可视化效果" | ||
| 386 | + ] | ||
| 387 | + ], | ||
| 388 | + "hightlights": [[false, false, false, false, false, false, false, false, false, false, false, false]], | ||
| 389 | + "routes": [["/guide/leaflet/development_leaflet", "", "", "", "", "", "", "", "", "", "", ""]] | ||
| 390 | + }, | ||
| 350 | 391 | { | |
| 351 | 392 | "title": "开发示例", | |
| 352 | 393 | "icon": "iconkaifashili", | |
@@ -392,6 +433,47 @@ | |||
| 392 | 433 | "title": "Openlayers", | |
| 393 | 434 | "icon": "iconlayers", | |
| 394 | 435 | "menus": [ | |
| 436 | + { | ||
| 437 | + "title": "产品", | ||
| 438 | + "icon": "icon3chanpin", | ||
| 439 | + "links": [["产品介绍", "资源下载", "开发环境", "开发授权", "模块介绍", "相关产品", "三方产品", "新特性", "开始开发"]], | ||
| 440 | + "hightlights": [[true, false, false, false, false, false, false, false, false]], | ||
| 441 | + "routes": [ | ||
| 442 | + [ | ||
| 443 | + "/product/openlayers/produce_ol", | ||
| 444 | + "/product/openlayers/download", | ||
| 445 | + "/product/openlayers/developEnvironment", | ||
| 446 | + "/product/openlayers/authorization", | ||
| 447 | + "/product/openlayers/moduleIntroduction", | ||
| 448 | + "/product/openlayers/relatedProduct", | ||
| 449 | + "/product/openlayers/thirdPartyProducts", | ||
| 450 | + "/product/openlayers/newFeatures", | ||
| 451 | + "/product/openlayers/startDevelop" | ||
| 452 | + ] | ||
| 453 | + ] | ||
| 454 | + }, | ||
| 455 | + { | ||
| 456 | + "title": "开发指南", | ||
| 457 | + "icon": "iconicon_zhinan", | ||
| 458 | + "links": [ | ||
| 459 | + [ | ||
| 460 | + "准备", | ||
| 461 | + "数据准备", | ||
| 462 | + "数据处理", | ||
| 463 | + "数据发布", | ||
| 464 | + "新建网站", | ||
| 465 | + "引入开发包", | ||
| 466 | + "数据可视化", | ||
| 467 | + "视图设置", | ||
| 468 | + "标题添加", | ||
| 469 | + "量算分析", | ||
| 470 | + "数据查询", | ||
| 471 | + "可视化效果" | ||
| 472 | + ] | ||
| 473 | + ], | ||
| 474 | + "hightlights": [[false, false, false, false, false, false, false, false, false, false, false, false]], | ||
| 475 | + "routes": [["/guide/openlayers/development_ol", "", "", "", "", "", "", "", "", "", "", ""]] | ||
| 476 | + }, | ||
| 395 | 477 | { | |
| 396 | 478 | "title": "开发示例", | |
| 397 | 479 | "icon": "iconkaifashili", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -159,7 +159,7 @@ export const routes = [ | |||
| 159 | 159 | name: 'product' | |
| 160 | 160 | }, | |
| 161 | 161 | { | |
| 162 | - path: '/guide/:mapmpde/:file', | ||
| 162 | + path: '/guide/:mapmode/:file', | ||
| 163 | 163 | component: Guide, | |
| 164 | 164 | name: 'guide' | |
| 165 | 165 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | <template> | |
| 2 | 2 | <el-container class="mapgis-product-wrapper"> | |
| 3 | - <el-header style="padding:0px;" :height="mobile?'48px':'64px'"> | ||
| 3 | + <el-header style="padding:0px;" :height="mobile?'48px':'72px'"> | ||
| 4 | 4 | <Header></Header> | |
| 5 | 5 | </el-header> | |
| 6 | 6 | <div class="product-header"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | <template> | |
| 2 | 2 | <el-container class="mapgis-guide-wrapper"> | |
| 3 | - <el-header style="padding: 0px" :height="mobile ? '48px' : '64px'"> | ||
| 3 | + <el-header style="padding: 0px" :height="mobile ? '48px' : '72px'"> | ||
| 4 | 4 | <Header></Header> | |
| 5 | 5 | </el-header> | |
| 6 | 6 | <div class="product-header"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -120,6 +120,9 @@ export default { | |||
| 120 | 120 | if (title.indexOf(this.activeMenu) >= 0) { | |
| 121 | 121 | return true; | |
| 122 | 122 | } | |
| 123 | + if (title === "组件" && this.activeMenu === "component"){ | ||
| 124 | + return true | ||
| 125 | + } | ||
| 123 | 126 | return false; | |
| 124 | 127 | } | |
| 125 | 128 | } | |
@@ -140,6 +143,7 @@ export default { | |||
| 140 | 143 | .mapgis-webclient-menu { | |
| 141 | 144 | margin-right: 22px !important; | |
| 142 | 145 | } | |
| 146 | + | ||
| 143 | 147 | .mapgis-webclient-menu { | |
| 144 | 148 | height: 48px !important; | |
| 145 | 149 | span { | |
@@ -203,6 +207,7 @@ export default { | |||
| 203 | 207 | position: relative; | |
| 204 | 208 | display: flex; | |
| 205 | 209 | align-items: center; | |
| 210 | + height: 72px; | ||
| 206 | 211 | ||
| 207 | 212 | .mapgis-webclient-nav { | |
| 208 | 213 | margin-left: auto; | |
@@ -222,7 +227,6 @@ export default { | |||
| 222 | 227 | ||
| 223 | 228 | span { | |
| 224 | 229 | width: fit-content; | |
| 225 | - height: 72px; | ||
| 226 | 230 | margin: 0px 2px; | |
| 227 | 231 | padding: 0px 4px; | |
| 228 | 232 | // margin-let: 12.5px; | |
@@ -231,7 +235,7 @@ export default { | |||
| 231 | 235 | font-weight: bold; | |
| 232 | 236 | text-align: center; | |
| 233 | 237 | color: #3f454d; | |
| 234 | - line-height: 72px; | ||
| 238 | + line-height: 45px; | ||
| 235 | 239 | ||
| 236 | 240 | .el-button { | |
| 237 | 241 | padding: 0; | |
@@ -245,11 +249,11 @@ export default { | |||
| 245 | 249 | ||
| 246 | 250 | .active { | |
| 247 | 251 | border-radius: 0px; | |
| 248 | - border-bottom: 3px solid #33dbe8; | ||
| 249 | - span { | ||
| 250 | - color: linear-gradient(90deg, #4794fa, #31e1e6) !important; | ||
| 251 | - font-size: bold; | ||
| 252 | - } | ||
| 252 | + border-bottom: 3px solid #3a85c6 !important; | ||
| 253 | + //span { | ||
| 254 | + // color: linear-gradient(90deg, #4794fa, #31e1e6) !important; | ||
| 255 | + // font-size: bold; | ||
| 256 | + //} | ||
| 253 | 257 | } | |
| 254 | 258 | } | |
| 255 | 259 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,21 +4,24 @@ | |||
| 4 | 4 | <div class="content-wrapper"> | |
| 5 | 5 | <div class="title"> | |
| 6 | 6 | <img src="../../../public/static/assets/total/retouch.png" /> | |
| 7 | - <div class="text">SDK下载</div> | ||
| 7 | + <div class="text">离线包下载</div> | ||
| 8 | 8 | </div> | |
| 9 | - <div class="warning">在这里,可以下载到所有您需要的中地数码 WebClient 产品:{{ SDK.version }}</div> | ||
| 10 | - <div :class="['download-area', { mobile: mobile }]"> | ||
| 11 | - <div class="complete package"> | ||
| 12 | - <span class="name">完整包</span> | ||
| 13 | - <div class="text">该包含有webclient四大主脚本以及所需的全部的三方cdn脚本</div> | ||
| 14 | - <el-button type="primary"><a :href="SDK.websiteUrl" target="_blank">立即下载</a></el-button> | ||
| 15 | - </div> | ||
| 16 | - <div class="streamline package"> | ||
| 17 | - <span class="name">精简包</span> | ||
| 18 | - <div class="text">只包含webclient主脚本</div> | ||
| 19 | - <el-button type="primary"><a :href="SDK.websiteUrl" target="_blank">立即下载</a></el-button> | ||
| 20 | - </div> | ||
| 9 | + <div class="warning">下载地址: | ||
| 10 | + <!-- <el-button type="primary"><a href="http://smaryun.com/dev/download_detail.html#/download828" target="_blank">下载</a></el-button>--> | ||
| 11 | + <a href="http://smaryun.com/dev/download_detail.html#/download828" >http://smaryun.com/dev/download_detail.html#/download828</a> | ||
| 21 | 12 | </div> | |
| 13 | + <!-- <div :class="['download-area', { mobile: mobile }]">--> | ||
| 14 | + <!-- <div class="complete package">--> | ||
| 15 | + <!-- <span class="name">完整包</span>--> | ||
| 16 | + <!-- <div class="text">该包含有webclient四大主脚本以及所需的全部的三方cdn脚本</div>--> | ||
| 17 | + <!-- <el-button type="primary"><a :href="SDK.websiteUrl" target="_blank">立即下载</a></el-button>--> | ||
| 18 | + <!-- </div>--> | ||
| 19 | + <!-- <div class="streamline package">--> | ||
| 20 | + <!-- <span class="name">精简包</span>--> | ||
| 21 | + <!-- <div class="text">只包含webclient主脚本</div>--> | ||
| 22 | + <!-- <el-button type="primary"><a :href="SDK.websiteUrl" target="_blank">立即下载</a></el-button>--> | ||
| 23 | + <!-- </div>--> | ||
| 24 | + <!-- </div>--> | ||
| 22 | 25 | <div class="title"> | |
| 23 | 26 | <img src="../../../public/static/assets/total/retouch.png" /> | |
| 24 | 27 | <div class="text">Npm</div> | |
@@ -108,8 +111,8 @@ export default { | |||
| 108 | 111 | display: flex; | |
| 109 | 112 | align-items: center; | |
| 110 | 113 | height: 22px; | |
| 111 | - margin-top: 56px; | ||
| 112 | - margin-bottom: 32px; | ||
| 114 | + margin-top: 37px; | ||
| 115 | + margin-bottom: 2px; | ||
| 113 | 116 | ||
| 114 | 117 | img { | |
| 115 | 118 | width: 10px; | |
@@ -206,16 +209,16 @@ export default { | |||
| 206 | 209 | } | |
| 207 | 210 | ||
| 208 | 211 | .warning { | |
| 209 | - margin-bottom: 24px; | ||
| 210 | - padding: 25px 20px; | ||
| 211 | - background-color: #eeeeee; | ||
| 212 | + margin-bottom: 2px; | ||
| 213 | + padding: 18px 20px; | ||
| 214 | + //background-color: #eeeeee; | ||
| 212 | 215 | font-size: 16px; | |
| 213 | 216 | font-family: Microsoft YaHei; | |
| 214 | 217 | font-weight: 400; | |
| 215 | 218 | color: #333; | |
| 216 | 219 | } | |
| 217 | 220 | a { | |
| 218 | - color: #ffffff; | ||
| 221 | + color: #4794fa; | ||
| 219 | 222 | } | |
| 220 | 223 | .download-tag { | |
| 221 | 224 | width: 100%; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments