add lobechat

This commit is contained in:
YuanHui
2025-12-18 19:32:17 +08:00
parent 3e3bfcf42e
commit f38b6030af
8 changed files with 7 additions and 7 deletions

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

Binary file not shown.

2
src-tauri/pake.json vendored
View File

@@ -1,7 +1,7 @@
{
"windows": [
{
"url": "https://weread.qq.com/",
"url": "https://lobe.10000h.de/",
"url_type": "web",
"hide_title_bar": true,
"fullscreen": false,

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

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

View File

@@ -1,7 +1,7 @@
{
"productName": "wechat",
"productName": "lobechat",
"bundle": {
"icon": ["png/wechat_512.png"],
"icon": ["png/weread_512.png"],
"active": true,
"linux": {
"deb": {

View File

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