主界面开发&插件运行容器开发&菜单开发

This commit is contained in:
muwoo
2021-11-26 17:22:45 +08:00
parent 072d57f068
commit 766ba46dcc
59 changed files with 29326 additions and 244 deletions

View File

@@ -5,7 +5,7 @@ module.exports = {
configureWebpack: {
resolve: {
alias: {
"@": path.join(__dirname, "./src/renderer"),
"@": path.join(__dirname, "./src"),
},
},
},
@@ -16,6 +16,7 @@ module.exports = {
},
pluginOptions: {
electronBuilder: {
nodeIntegration: true,
mainProcessFile: "src/main/index.ts",
mainProcessWatch: ["src/main"],
// Use this to change the entry point of your app's render process. default src/[main|index].[js|ts]