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'] }} +
+ +
+

总表

+ + + + + + + + + + + + + + + + {% for item in line.get('all') %} + + {% endfor %} + + +
活跃新增分享时长视屏显示banner显示插屏显示导出率
{{ item }}
+
+ +
+

导入数据

+ + + + + + + + + + + + + + {% for one in line.get('input') %} + + {% for item in one %} + + {% endfor %} + + {% endfor %} + +
渠道ID游戏名称活跃新增分享K值
{{ item }}
+
+ +
+

导出数据:

+ + + + + + + + + + + {% for one in line.output %} + + {% for item in one %} + + {% endfor %} + + {% endfor %} + +
渠道ID跳转目标跳转次数跳转人数
{{ item }}
+
+
+ + +