change proxy

This commit is contained in:
2025-12-18 20:08:59 +08:00
parent 3b454d4100
commit 5bd1bf5ca3
2 changed files with 2 additions and 2 deletions

2
src-tauri/pake.json vendored
View File

@@ -33,6 +33,6 @@
}, },
"system_tray_path": "icons/icon.png", "system_tray_path": "icons/icon.png",
"inject": [], "inject": [],
"proxy_url": "http://192.168.31.100:7892", "proxy_url": "http://192.168.31.5:10808",
"multi_instance": false "multi_instance": false
} }

View File

@@ -1,6 +1,6 @@
{ {
"productName": "Notion Calendar", "productName": "Notion Calendar",
"identifier": "com.notion-calendar.notion-calendar", "identifier": "com.notion-calendar.NotionCalendar",
"version": "1.0.0", "version": "1.0.0",
"app": { "app": {
"withGlobalTauri": true, "withGlobalTauri": true,