init项目

This commit is contained in:
2024-08-07 21:49:03 +08:00
parent ee58452db1
commit f0cc1b54c2
41 changed files with 415 additions and 0 deletions

2
main.js Normal file
View File

@@ -0,0 +1,2 @@
const { ElectronEgg } = require('ee-core');
new ElectronEgg();