Skip to content

Commit d81edea

Browse files
committed
增加alhpa 版本号。
1 parent d30c897 commit d81edea

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

examples/3dwebgl/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$('.wrapper').load("../template/editor.html", function () {
2222
var navigation = {
2323
nav: {
24-
title: "SuperMap iClient 9D",
24+
title: "SuperMap iClient 9D(2019)",
2525
path: "../../web/"
2626
}
2727
};

examples/3dwebgl/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$('.wrapper').load("../template/example.html", function () {
2424
var navigation = {
2525
nav: {
26-
title: "SuperMap iClient 9D",
26+
title: "SuperMap iClient 9D(2019)",
2727
path: "../../web/"
2828
}
2929
};

examples/classic/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$('.wrapper').load("../template/editor.html", function () {
2222
var navigation = {
2323
nav: {
24-
title: "SuperMap iClient 9D",
24+
title: "SuperMap iClient 9D(2019)",
2525
path: "../../web/"
2626
}
2727
};

examples/classic/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$('.wrapper').load("../template/example.html", function () {
2424
var navigation = {
2525
nav: {
26-
title: "SuperMap iClient 9D",
26+
title: "SuperMap iClient 9D(2019)",
2727
path: "../../web/"
2828
}
2929
};

examples/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
.navbar.default .navbar-title {
6565
height: 100%;
66-
width: 460px;
66+
/*width: 460px;*/
6767
}
6868

6969
.navbar.lite .navbar-title {

examples/js/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
return;
3232
}
3333
var version = getVersion();
34-
if (window.preRelease) {
34+
if (!version && window.preRelease) {
3535
version = window.preRelease;
3636
}
3737
var versionText = version ? "" + version : " ";

examples/leaflet/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$('.wrapper').load("../template/editor.html", function () {
2222
var navigation = {
2323
nav: {
24-
title: "SuperMap iClient 9D",
24+
title: "SuperMap iClient 9D(2019)",
2525
path: "../../web/"
2626
}
2727
};

examples/leaflet/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$('.wrapper').load("../template/example.html", function () {
2424
var navigation = {
2525
nav: {
26-
title: "SuperMap iClient 9D",
26+
title: "SuperMap iClient 9D(2019)",
2727
path: "../../web/"
2828
}
2929
};

examples/mapboxgl/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$('.wrapper').load("../template/editor.html", function () {
2222
var navigation = {
2323
nav: {
24-
title: "SuperMap iClient 9D",
24+
title: "SuperMap iClient 9D(2019)",
2525
path: "../../web/"
2626
}
2727
};

examples/mapboxgl/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$('.wrapper').load("../template/example.html", function () {
2424
var navigation = {
2525
nav: {
26-
title: "SuperMap iClient 9D",
26+
title: "SuperMap iClient 9D(2019)",
2727
path: "../../web/"
2828
}
2929
};

0 commit comments

Comments
 (0)