diff --git a/daily_report/templates/report.html b/daily_report/templates/report.html
index 311eff1..c6b0917 100644
--- a/daily_report/templates/report.html
+++ b/daily_report/templates/report.html
@@ -5,28 +5,37 @@
金蚕游戏日报,By ops
-学生表
+
+
+ 游戏内容
+
+ 游戏ID:{{data.get(gameid)}}
+ 渠道ID:{{data.get('channelid')}}
+ 日期:{{data.get(day)}}
+
+
+
+ 总表
-游戏ID:{{data.get(gameid)}}
>
-渠道ID:{{data.get('channelid')}}
>
-日期:{{data.get(day)}}
-总表
>
+
>
-
-
- 活跃 |
- 新增 |
- 分享 |
- 时长 |
- 视屏显示 |
- banner显示 |
- 插屏显示 |
-
+
+
+ 活跃 |
+ 新增 |
+ 分享 |
+ 时长 |
+ 视屏显示 |
+ banner显示 |
+ 插屏显示 |
-
{% for item in data.get('all') %}
+
{{ item }} |
{% endfor %}
+
+
+
导入数据:
>