first commit

This commit is contained in:
编码猿
2024-09-27 01:23:51 +08:00
commit 72ab70b6fd
212 changed files with 30296 additions and 0 deletions

14
dist/App.js vendored Normal file
View File

@@ -0,0 +1,14 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require('module-alias/register');
var electron_1 = require("electron");
var Init_run_1 = require("@run/Init.run");
electron_1.app.on('ready', function () {
new Init_run_1.Run();
});
electron_1.app.on('window-all-closed', function () {
if (process.platform !== 'darwin') {
electron_1.app.quit();
}
});
//# sourceMappingURL=App.js.map