5 Commits

Author SHA1 Message Date
b913dff039 change icon name 2025-12-18 19:58:38 +08:00
YuanHui
8e9d6f5d8b edit url 2025-12-18 19:36:26 +08:00
YuanHui
b8520ca915 change icon name 2025-12-18 19:34:27 +08:00
YuanHui
f38b6030af add lobechat 2025-12-18 19:32:17 +08:00
YuanHui
3e3bfcf42e change icon 2025-12-18 19:24:50 +08:00
17 changed files with 11 additions and 11 deletions

Binary file not shown.

BIN
src-tauri/icons/lobechat.icns vendored Normal file

Binary file not shown.

Binary file not shown.

6
src-tauri/pake.json vendored
View File

@@ -1,9 +1,9 @@
{
"windows": [
{
"url": "https://gemini.google.com/",
"url": "https://lobechat.com/",
"url_type": "web",
"hide_title_bar": true,
"hide_title_bar": false,
"fullscreen": false,
"width": 1200,
"height": 780,
@@ -33,6 +33,6 @@
},
"system_tray_path": "icons/icon.png",
"inject": [],
"proxy_url": "http://192.168.31.100:7892",
"proxy_url": "",
"multi_instance": false
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 55 KiB

BIN
src-tauri/png/lobechat_256.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
src-tauri/png/lobechat_32.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
src-tauri/png/lobechat_512.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 803 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -1,11 +1,11 @@
{
"productName": "Gemini",
"identifier": "com.google.Gemini",
"productName": "Lobechat",
"identifier": "com.lobehub.Lobechat",
"version": "1.0.0",
"app": {
"withGlobalTauri": true,
"trayIcon": {
"iconPath": "png/gemini_512.png",
"iconPath": "png/lobechat_512.png",
"iconAsTemplate": false,
"id": "pake-tray"
},

View File

@@ -1,7 +1,7 @@
{
"productName": "gemini",
"productName": "lobechat",
"bundle": {
"icon": ["png/gemini_512.png"],
"icon": ["png/lobechat_512.png"],
"active": true,
"linux": {
"deb": {

View File

@@ -1,6 +1,6 @@
{
"bundle": {
"icon": ["icons/gemini.icns"],
"icon": ["icons/lobechat.icns"],
"active": true,
"targets": ["dmg"]
}

View File

@@ -1,8 +1,8 @@
{
"bundle": {
"icon": ["png/gemini_256.ico", "png/gemini_32.ico"],
"icon": ["png/lobechat_256.ico", "png/lobechat_32.ico"],
"active": true,
"resources": ["png/gemini_32.ico"],
"resources": ["png/lobechat_32.ico"],
"targets": ["msi"],
"windows": {
"digestAlgorithm": "sha256",