footer.html 292 B

12345678
  1. <footer class="footer mt-auto py-3 bg-light">
  2. <div class="container">
  3. <span class="text-muted">
  4. &copy; 2024 API自动化测试平台. 生成于 {{ report_time }}.
  5. {% if environment %}环境: {{ environment }}{% endif %}
  6. </span>
  7. </div>
  8. </footer>