Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 9b8a5e9

Browse files
committed
Merge branch 'develop'
2 parents 6b097d3 + 80457e8 commit 9b8a5e9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

demo/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ html, body {
1212
body {
1313
position:relative;
1414
font-family:"Microsoft Yahei", Arial, sans-serif;
15-
background:rgb(40, 30, 47) url("../img/bg.png") 0 0 / 100% 100% no-repeat;
15+
background:rgb(40, 30, 47) url("../img/bg.png") repeat;
1616
}
1717

1818
/* layout */

demo/img/bg.png

-1.32 MB
Loading

demo/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<header id="header">
1313
<h3 class="header-title">新冠肺炎(2019-nCov)疫情</h3>
14-
<div class="header-info header-info-l">数据来源:丁香园(<small>前往开源项目 <a href="https://github.com/leafcoder" target="_blank" style="color: #FFFFFF;">https://github.com/leafcoder</a></small></div>
14+
<div class="header-info header-info-l">数据来源:丁香园(<small>前往 <a href="https://github.com/leafcoder" target="_blank" style="color: #FFFFFF;">leafcoder/django-covid19</a></small></div>
1515
<div class="header-info header-info-r">数据日期:<span id="nowDate"></span></div>
1616
</header>
1717

@@ -103,11 +103,11 @@ <h3 class="chart-title">各国累计确诊占比</h3>
103103
</div>
104104
</div>
105105

106-
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
107-
<script type="text/javascript" src="js/countUp.min.js"></script>
108-
<script type="text/javascript" src="js/echarts.min.js"></script>
106+
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
107+
<script src="https://cdn.bootcdn.net/ajax/libs/echarts/4.7.0/echarts.min.js"></script>
109108
<script type="text/javascript" src="js/echarts-map-china.js"></script>
110109
<script type="text/javascript" src="js/echarts-theme-shine.js"></script>
110+
<script type="text/javascript" src="js/countUp.min.js"></script>
111111
<script type="text/javascript">
112112
$(function() {
113113
//获取当天日期

0 commit comments

Comments
 (0)