fix: webui build

This commit is contained in:
手瓜一十雪
2024-05-05 15:17:17 +08:00
parent f95db623a5
commit 31fe2f6da4
13 changed files with 413 additions and 6 deletions

View File

@@ -12,6 +12,12 @@
<link rel="stylesheet" href="./assets/color.css" />
<!-- 脚手架 -->
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<!-- 渲染脚本 -->
<script>
const { onSettingWindowCreated } = await import("./assets/renderer.js");
onSettingWindowCreated(document.querySelector("body"));
</script>
<title>NapCat-WebUi</title>
</head>