From 381403f64da8e3a7fc804081741a9c4a01c30a6a Mon Sep 17 00:00:00 2001 From: yulixing Date: Wed, 23 Oct 2019 15:07:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=8A=A5=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/templates/report.html | 241 +++++++++++++++++++---------- 1 file changed, 161 insertions(+), 80 deletions(-) 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 }}
+
+
+ + +