波形解析相关
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = () => {
|
||||
openDevTools: false,
|
||||
singleLock: true,
|
||||
windowsOption: {
|
||||
title: 'CN_Tool 灿能运维工具',
|
||||
title: '电能质量运维工具',
|
||||
menuBarVisible: false, // 隐藏菜单栏
|
||||
width: 1920,
|
||||
height: 1000,
|
||||
|
||||
@@ -4,7 +4,7 @@ const path = require('path');
|
||||
const lifecycle = require('./preload/lifecycle');
|
||||
const { preload } = require('./preload');
|
||||
|
||||
const APP_DISPLAY_NAME = 'CN_Tool 灿能运维工具';
|
||||
const APP_DISPLAY_NAME = '电能质量运维工具';
|
||||
|
||||
// new app
|
||||
const electronApp = new ElectronEgg();
|
||||
|
||||
@@ -233,7 +233,7 @@ class Lifecycle {
|
||||
|
||||
logger.info('[lifecycle] Application startup completed');
|
||||
this.logWindowManager.addLog('system', '='.repeat(60));
|
||||
this.logWindowManager.addLog('success', '✓ CN_Tool 灿能运维工具 启动完成!所有服务正常运行');
|
||||
this.logWindowManager.addLog('success', '✓ 电能质量运维工具 启动完成!所有服务正常运行');
|
||||
this.logWindowManager.addLog('system', `✓ MySQL 端口: ${this.mysqlPort}`);
|
||||
this.logWindowManager.addLog('system', `✓ Java 端口: ${this.javaPort}`);
|
||||
this.logWindowManager.addLog('system', `✓ WebSocket 端口: ${this.websocketPort}`);
|
||||
@@ -509,7 +509,7 @@ class Lifecycle {
|
||||
this.logWindowManager = new LogWindowManager();
|
||||
// this.logWindowManager.createLogWindow(); // ← 注释掉,不创建窗口
|
||||
this.logWindowManager.addLog('system', '='.repeat(80));
|
||||
this.logWindowManager.addLog('system', 'CN_Tool 灿能运维工具 应用启动');
|
||||
this.logWindowManager.addLog('system', '电能质量运维工具 应用启动');
|
||||
this.logWindowManager.addLog('system', '='.repeat(80));
|
||||
|
||||
// 创建 Loading 窗口
|
||||
@@ -517,7 +517,7 @@ class Lifecycle {
|
||||
this.startupManager = new StartupManager();
|
||||
this.startupManager.createLoadingWindow();
|
||||
this.logWindowManager.addLog('system', '='.repeat(60));
|
||||
this.logWindowManager.addLog('system', 'CN_Tool 灿能运维工具 启动中...');
|
||||
this.logWindowManager.addLog('system', '电能质量运维工具 启动中...');
|
||||
this.logWindowManager.addLog('system', '='.repeat(60));
|
||||
|
||||
// 开始启动流程
|
||||
|
||||
Reference in New Issue
Block a user