5 Commits

Author SHA1 Message Date
5bd1bf5ca3 change proxy 2025-12-18 20:08:59 +08:00
YuanHui
3b454d4100 add notion calendar 2025-12-18 19:13:33 +08:00
YuanHui
394ad0dac5 change icon 2025-12-18 19:09:26 +08:00
YuanHui
958824008a add notion 2025-12-18 19:07:13 +08:00
a804376c9c add perplexity config 2025-12-18 14:36:35 +08:00
25 changed files with 11 additions and 11 deletions

Binary file not shown.

BIN
src-tauri/icons/notion-calendar.icns vendored Normal file

Binary file not shown.

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

Binary file not shown.

BIN
src-tauri/icons/perplexity.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://lobechat.com/",
"url": "https://calendar.notion.so/",
"url_type": "web",
"hide_title_bar": false,
"hide_title_bar": true,
"fullscreen": false,
"width": 1200,
"height": 780,
@@ -33,6 +33,6 @@
},
"system_tray_path": "icons/icon.png",
"inject": [],
"proxy_url": "",
"proxy_url": "http://192.168.31.5:10808",
"multi_instance": false
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

BIN
src-tauri/png/notion-calendar_256.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
src-tauri/png/notion-calendar_32.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src-tauri/png/notion-calendar_512.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 803 B

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -1,11 +1,11 @@
{
"productName": "Lobechat",
"identifier": "com.lobehub.Lobechat",
"productName": "Notion Calendar",
"identifier": "com.notion-calendar.NotionCalendar",
"version": "1.0.0",
"app": {
"withGlobalTauri": true,
"trayIcon": {
"iconPath": "png/lobechat_512.png",
"iconPath": "png/notion-calendar_512.png",
"iconAsTemplate": false,
"id": "pake-tray"
},

View File

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

View File

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

View File

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