Browse Source

上傳檔案到 'templates'

miacheng913 3 năm trước cách đây
mục cha
commit
4ae76d7564
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      templates/channel.html

+ 2 - 2
templates/channel.html

@@ -6,10 +6,10 @@
 
 
 {% block body %}
-
+<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.js"></script>
 <script type="text/javascript" src="/static/channel.js"></script>
 
 <div id='channel'></div>
-<div id='tower_info'></div>
+<div id='chart_info'></div>
 <div id='tower_perfrom'></div>
 {% endblock %}