添加daily report生成
This commit is contained in:
parent
27eab9e9d0
commit
cc519a280a
@ -13,7 +13,7 @@
|
|||||||
<h1>总表</h1>>
|
<h1>总表</h1>>
|
||||||
<!-- activa, new, share, timeonlie, ad_101, ad_1, ad_201-->
|
<!-- activa, new, share, timeonlie, ad_101, ad_1, ad_201-->
|
||||||
<body>
|
<body>
|
||||||
<tr>
|
<br>
|
||||||
<td>活跃</td>
|
<td>活跃</td>
|
||||||
<td>新增</td>
|
<td>新增</td>
|
||||||
<td>分享</td>
|
<td>分享</td>
|
||||||
@ -21,6 +21,7 @@
|
|||||||
<td>视屏显示</td>
|
<td>视屏显示</td>
|
||||||
<td>banner显示</td>
|
<td>banner显示</td>
|
||||||
<td>插屏显示</td>
|
<td>插屏显示</td>
|
||||||
|
<br>
|
||||||
</tr>
|
</tr>
|
||||||
</body>
|
</body>
|
||||||
{% for item in data.get('all') %}
|
{% for item in data.get('all') %}
|
||||||
@ -41,6 +42,7 @@
|
|||||||
|
|
||||||
|
|
||||||
{% for line in data.get('input') %}
|
{% for line in data.get('input') %}
|
||||||
|
<br>
|
||||||
<tr>
|
<tr>
|
||||||
{%for item in line%}
|
{%for item in line%}
|
||||||
<th>{{ item }}</th>
|
<th>{{ item }}</th>
|
||||||
@ -57,6 +59,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{% for line in data.get('output') %}
|
{% for line in data.get('output') %}
|
||||||
|
<br>
|
||||||
<tr>
|
<tr>
|
||||||
{% for item in line %}
|
{% for item in line %}
|
||||||
<th>{{ item }}</th>
|
<th>{{ item }}</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user