This commit is contained in:
2026-06-20 22:16:18 +08:00
parent ce28c24066
commit 5b2e2860de
45 changed files with 2552 additions and 309 deletions
+1
View File
@@ -18,6 +18,7 @@ export default defineConfig(async () => ({
rollupOptions: {
input: {
main: path.resolve(__dirname, "index.html"),
splash: path.resolve(__dirname, "splash.html"),
},
},
},