mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-16 12:40:42 +08:00
提供services & addon & ee & electron 模块,
This commit is contained in:
@@ -10,8 +10,7 @@ const GetPort = require('ee-core/utils/get-port');
|
||||
*/
|
||||
class JavaServerAddon {
|
||||
|
||||
constructor(app) {
|
||||
this.app = app;
|
||||
constructor() {
|
||||
this.cfg;
|
||||
this.javaServer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user