Skip to content

Commit af5bd68

Browse files
committed
update test page
1 parent 48bcb51 commit af5bd68

File tree

233 files changed

+240
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+240
-215
lines changed

public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
var search = (location.search || '').replace('?', '');
33
var lang = navigator.language || navigator.userLanguage;
44
lang = lang.indexOf('zh') > -1 ? 'zh' : 'en';
5-
location.href = 'https://www.echartsjs.com/' + lang + '/404.html'
5+
location.href = 'https://echarts.apache.org/' + lang + '/404.html'
66
+ (search ? '?' + search : '') + (hash ? '#' + hash : '');</script></head></html>

public/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
var search = (location.search || '').replace('?', '');
33
var lang = navigator.language || navigator.userLanguage;
44
lang = lang.indexOf('zh') > -1 ? 'zh' : 'en';
5-
location.href = 'https://www.echartsjs.com/' + lang + '/committers.html'
5+
location.href = 'https://echarts.apache.org/' + lang + '/committers.html'
66
+ (search ? '?' + search : '') + (hash ? '#' + hash : '');</script></head></html>

public/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
var search = (location.search || '').replace('?', '');
33
var lang = navigator.language || navigator.userLanguage;
44
lang = lang.indexOf('zh') > -1 ? 'zh' : 'en';
5-
location.href = 'https://www.echartsjs.com/' + lang + '/api.html'
5+
location.href = 'https://echarts.apache.org/' + lang + '/api.html'
66
+ (search ? '?' + search : '') + (hash ? '#' + hash : '');</script></head></html>

public/builder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
var search = (location.search || '').replace('?', '');
33
var lang = navigator.language || navigator.userLanguage;
44
lang = lang.indexOf('zh') > -1 ? 'zh' : 'en';
5-
location.href = 'https://www.echartsjs.com/' + lang + '/builder.html'
5+
location.href = 'https://echarts.apache.org/' + lang + '/builder.html'
66
+ (search ? '?' + search : '') + (hash ? '#' + hash : '');</script></head></html>

public/builder3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
var search = (location.search || '').replace('?', '');
33
var lang = navigator.language || navigator.userLanguage;
44
lang = lang.indexOf('zh') > -1 ? 'zh' : 'en';
5-
location.href = 'https://www.echartsjs.com/' + lang + '/builder3.html'
5+
location.href = 'https://echarts.apache.org/' + lang + '/builder3.html'
66
+ (search ? '?' + search : '') + (hash ? '#' + hash : '');</script></head></html>

public/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
var search = (location.search || '').replace('?', '');
33
var lang = navigator.language || navigator.userLanguage;
44
lang = lang.indexOf('zh') > -1 ? 'zh' : 'en';
5-
location.href = 'https://www.echartsjs.com/' + lang + '/changelog.html'
5+
location.href = 'https://echarts.apache.org/' + lang + '/changelog.html'
66
+ (search ? '?' + search : '') + (hash ? '#' + hash : '');</script></head></html>

public/cheat-sheet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
var search = (location.search || '').replace('?', '');
33
var lang = navigator.language || navigator.userLanguage;
44
lang = lang.indexOf('zh') > -1 ? 'zh' : 'en';
5-
location.href = 'https://www.echartsjs.com/' + lang + '/cheat-sheet.html'
5+
location.href = 'https://echarts.apache.org/' + lang + '/cheat-sheet.html'
66
+ (search ? '?' + search : '') + (hash ? '#' + hash : '');</script></head></html>

public/cn/documents/cn/api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/cn/documents/cn/option.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/cn/documents/cn/tutorial.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)