This commit is contained in:
pengtao 2019-11-25 15:21:52 +08:00
parent cc43e2b680
commit 18599e4433

View File

@ -90,7 +90,7 @@
<body> <body>
<h1 class="title">TAPTAP数据周报· OPS</h1> <h1 class="title">TAPTAP数据周报· OPS</h1>
<p class="date">{{ day }}</p> <p class="date">{{ day }}</p>
<p class="tags">{{ "TAGS分布" }}</p> <p class="tags">{{ "各榜单TAGS分布(前三)" }}</p>
{% for key in tags.keys() %} {% for key in tags.keys() %}
<table> <table>
<thead> <thead>
@ -102,7 +102,7 @@
{% endfor %} {% endfor %}
</tr> </tr>
</thead> </thead>
</table>> </table>
{% endfor %} {% endfor %}
{% for key in data %} {% for key in data %}