projects
/
echarts-www.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ba89e
)
feat: update download version
master
author
Ovilia
<zwl.sjtu@gmail.com>
Tue, 14 Jun 2022 04:27:47 +0000
(12:27 +0800)
committer
Ovilia
<zwl.sjtu@gmail.com>
Tue, 14 Jun 2022 04:27:47 +0000
(12:27 +0800)
js/download.js
patch
|
blob
|
history
diff --git
a/js/download.js
b/js/download.js
index d6476ce88546db27967c62b7dfff5038e5475437..23755995664bbe0d209fb0c9d4f8fbfc7c22822e 100644
(file)
--- a/
js/download.js
+++ b/
js/download.js
@@
-1,9
+1,9
@@
// $.getJSON("https://api.github.com/repos/apache/echarts/releases").done(function (param) {
// `yyyy-MM-dd` should be correct. `hh:mm:ss` doesn't matter.
var param = [{
- publishedAt: '2022-0
4-01
T00:00:00Z',
+ publishedAt: '2022-0
6-14
T00:00:00Z',
prerelease: false,
- name: '5.3.
2
'
+ name: '5.3.
3
'
}];
var table = document.getElementById('download-table');