refactor: updated helper page

This commit is contained in:
2024-06-25 21:20:05 +08:00
parent 7b01a4a0a7
commit ed2869f179
5 changed files with 576 additions and 2271 deletions

View File

@@ -17,7 +17,7 @@ export default function RootLayout({
<head>
{/* <script src="http://publicjs.supmiao.com/live2dcubismcore.min.js"></script> */}
</head>
<body>{children}</body>
<body className="w-screen h-screen">{children}</body>
</html>
);
}