diff --git a/daily_report/templates/report.html b/daily_report/templates/report.html
index bb79a13..84960c2 100644
--- a/daily_report/templates/report.html
+++ b/daily_report/templates/report.html
@@ -1,95 +1,176 @@
-
-
- 金蚕游戏日报,By ops
-
-
+
+
+ 金蚕游戏日报 · OPS
+
+
+
+ 金蚕游戏日报 · OPS
+ 2019-10-23
+ {% for line in data %}
+
+
+ 游戏ID:{{ line['gameid'] }}
+ 渠道ID:{{ line['channelid'] }}
+
+
+
+
总表
+
+
+
+ 活跃 |
+ 新增 |
+ 分享 |
+ 时长 |
+ 视屏显示 |
+ banner显示 |
+ 插屏显示 |
+ 导出率 |
+
+
+
+
+ {% for item in line.get('all') %}
+ {{ item }} |
+ {% endfor %}
+
+
+
+
+
+
+
导入数据
+
+
+
+
+ 渠道ID |
+ 游戏名称 |
+ 活跃 |
+ 新增 |
+ 分享 |
+ K值 |
+
+
+
+ {% for one in line.get('input') %}
+
+ {% for item in one %}
+ {{ item }} |
+ {% endfor %}
+
+ {% endfor %}
+
+
+
+
+
+
导出数据:
+
+
+
+ 渠道ID |
+ 跳转目标 |
+ 跳转次数 |
+ 跳转人数 |
+
+
+
+ {% for one in line.output %}
+
+ {% for item in one %}
+ {{ item }} |
+ {% endfor %}
+
+ {% endfor %}
+
+
+
+
+
+
+