Add electron package

This commit is contained in:
2022-04-15 12:43:02 +08:00
parent 6bea46204d
commit 61e590df4d
4 changed files with 1249 additions and 12 deletions
-4
View File
@@ -58,10 +58,6 @@ const Entry = () => ({
import: source("./GLRender/ClassicRenderer.ts")
},
livingTogether: {
import: source("./livingTogether.ts")
},
LaboratoryPage: {
import: source("./Page/Laboratory/Laboratory.tsx"),
dependOn: ["Model", "GLRender"]