Browse Source

feat: 更新版本 1.0.9 与 修改软件图标

master
cles 5 days ago
parent
commit
0df6cd42c1
  1. BIN
      build/icon.ico
  2. BIN
      build/icon.png
  3. 2
      package.json
  4. BIN
      resources/icon.png
  5. 4
      src/main/ipcRouter.js

BIN
build/icon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 101 KiB

BIN
build/icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

2
package.json

@ -1,6 +1,6 @@
{
"name": "FlexometerSetup",
"version": "1.0.8",
"version": "1.0.9",
"description": "An Electron application with React",
"main": "./out/main/index.js",
"author": "cles",

BIN
resources/icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

4
src/main/ipcRouter.js

@ -1442,8 +1442,8 @@ const checkHeartbeat = (ip) => {
}
}
} else {
// 心跳正常,记录调试信息(可选)
log.debug(`Heartbeat OK for ${ip}: ${timeSinceLastHeartbeat}ms since last heartbeat`)
// 心跳正常,记录调试信息
// log.debug(`Heartbeat OK for ${ip}: ${timeSinceLastHeartbeat}ms since last heartbeat`)
}
}

Loading…
Cancel
Save