feat: 添加应用图标

- SVG 图标设计:数据库 + Redis R 字母 + 连接节点
- 生成各尺寸 PNG (16-512px)
- electron-builder 配置图标路径
- 主进程窗口使用图标
This commit is contained in:
2026-07-04 20:28:41 +08:00
parent d3f09f0e87
commit c85318cc4d
11 changed files with 137 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ function createWindow(): void {
minWidth: 900,
minHeight: 600,
title: 'JRedisDesktop',
icon: join(__dirname, '../../build/icons/icon_256.png'),
backgroundColor: nativeTheme.shouldUseDarkColors ? '#0f0f1a' : '#f8fafc',
webPreferences: {
preload: join(__dirname, '../preload/index.mjs'),