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