Skip to content

Commit

Permalink
更换 logo 和多处名称
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshinoSuzumi committed Sep 27, 2022
1 parent eeb49d0 commit 6572067
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "com.uniiem.bleheart",
"productName": "BLE Heart Rate Monitor",
"productName": "HeartBeat Monitor",
"copyright": "Copyright © 2022 ${author}",
"asar": true,
"directories": {
Expand All @@ -16,6 +16,7 @@
]
},
"win": {
"icon": "public/favicon_256.ico",
"target": [
{
"target": "nsis",
Expand All @@ -30,10 +31,12 @@
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false
"deleteAppDataOnUninstall": false,
"shortcutName": "心动值监测器",
"menuCategory": "UniiemSoft"
},
"squirrelWindows": {
"name": "BLE Heart Rate Monitor",
"name": "HeartBeatMonitor",
"useAppIdAsId": true,
"iconUrl": "https://uniiem.com/assets/wiki/ctfever/icon.svg",
"msi": false
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<title>Vite App</title>
<title>心动值探测器</title>
</head>
<body>
<div id="app"></div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ble-heart-rate-monitor",
"version": "1.0.0",
"name": "heart-beat-monitor",
"version": "1.1.1",
"main": "dist/electron/main/index.js",
"description": "Connect BLE heart rate device.",
"author": "HoshinoSuzumi <[email protected]>",
Expand Down
Binary file removed public/electron-vite-vue.gif
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/favicon_256.ico
Binary file not shown.

0 comments on commit 6572067

Please sign in to comment.