提供services & addon & ee & electron 模块,

This commit is contained in:
gaoshuaixing
2023-05-23 17:09:45 +08:00
parent fd3cd5cfdb
commit 37468c5d75
71 changed files with 622 additions and 605 deletions

View File

@@ -10,8 +10,7 @@ const GetPort = require('ee-core/utils/get-port');
*/
class JavaServerAddon {
constructor(app) {
this.app = app;
constructor() {
this.cfg;
this.javaServer;
}