解决2d姑娘跨域的问题

This commit is contained in:
limqhz
2022-05-02 22:11:21 +08:00
parent 3d9ef9ebca
commit f44f36356d
27 changed files with 213 additions and 77 deletions

View File

@@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>首页-Quinn</title>
<link rel="stylesheet" th:href="@{/bootstrap/css/bootstrap.min.css}">
<link rel="stylesheet" th:href="@{/live/css/waifu.min.css}">
</head>
<body>
@@ -66,6 +65,6 @@
<script th:src="@{/bootstrap/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/js/toTop.js}"></script>
<script th:src="@{/js/jquery-ui.min.js}"></script>
<script th:src="@{/live/js/live2d.js}"></script>
<script th:src="@{/live/js/addlive2d.js}"></script>
</body>
</html>