波形解析相关

This commit is contained in:
2026-04-16 08:11:38 +08:00
parent 8e2c044381
commit 5596d57409
23 changed files with 162 additions and 78 deletions

View File

@@ -11,7 +11,7 @@ module.exports = () => {
openDevTools: false,
singleLock: true,
windowsOption: {
title: 'CN_Tool 灿能运维工具',
title: '电能质量运维工具',
menuBarVisible: false, // 隐藏菜单栏
width: 1920,
height: 1000,

View File

@@ -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();

View File

@@ -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));
// 开始启动流程