You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{% load static %}
<!--导入jquery-->
<script type="text/javascript" src="{% static 'jquery/jquery3.6.js' %}"></script>
{% comment %}<!--导入Bootstrap3-->
<script type="text/javascript" src="{% static 'bootstrap3/bootstrap.js' %}"></script>
<!--导入Bootstrap4-->
<script type="text/javascript" src="{% static 'bootstrap4/bootstrap.bundle.js' %}"></script>{% endcomment %}
<!--导入Bootstrap5-->
<script type="text/javascript" src="{% static 'bootstrap5/bootstrap.bundle.js' %}"></script>
{% comment %}<script type="text/javascript" src="{% static 'mdb/mdb.min.js' %}"></script>{% endcomment %}
<!--导入sweetalert一个漂亮的alert插件-->
<script type="text/javascript" src="{% static 'sweetalert/sweetalert2.all.js' %}"></script>
<!--导入mc-calendar一个漂亮的日期插件-->
<script type="text/javascript" src="{% static 'mc_calendar/mc-calendar.min.js' %}"></script>
<!--一个日期时间插件该插件依赖于jquery-->
<script type="text/javascript" src="{% static 'datetimepicker/jquery.datetimepicker.js' %}"></script>
<script type="text/javascript" src="https://assets.pyecharts.org/assets/echarts.min.js"></script>