全局增加live2D姑娘

This commit is contained in:
limqhz
2022-05-02 14:44:27 +08:00
parent 2bd047af47
commit 3d9ef9ebca
23 changed files with 106 additions and 28 deletions

View File

@@ -6,6 +6,7 @@
<title>关于我们-Quinn</title>
<link rel="stylesheet" th:href="@{/bootstrap/css/bootstrap.min.css}">
<link rel="stylesheet" th:href="@{/css/timeline.css}">
<link rel="stylesheet" th:href="@{/live/css/waifu.min.css}">
</head>
<body>
@@ -62,6 +63,8 @@
<script th:src="@{/js/jquery-3.5.1.min.js}"></script>
<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>
</body>
</html>