From c3660fcd0a00b293f3e79c472017e04ca2662adb Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 22 Oct 2019 15:34:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0daily=20report=E7=94=9F?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/templates/report.html | 41 ++++++++++++++++++------------ 1 file changed, 25 insertions(+), 16 deletions(-) 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 %} + + +

导入数据:

>