4 Commits
pve ... notion

Author SHA1 Message Date
599816c84e change proxy_url 2025-12-18 20:03:07 +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
26 changed files with 11 additions and 11 deletions

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.

Binary file not shown.

4
src-tauri/pake.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"windows": [ "windows": [
{ {
"url": "https://192.168.31.2:8006/", "url": "https://www.notion.so/f579d1f1ffeb44ada880595b13905131",
"url_type": "web", "url_type": "web",
"hide_title_bar": true, "hide_title_bar": true,
"fullscreen": false, "fullscreen": false,
@@ -33,6 +33,6 @@
}, },
"system_tray_path": "icons/icon.png", "system_tray_path": "icons/icon.png",
"inject": [], "inject": [],
"proxy_url": "", "proxy_url": "http://192.168.31.5:10808",
"multi_instance": false "multi_instance": false
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 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: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 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

@@ -98,7 +98,7 @@ pub fn set_window(app: &mut App, config: &PakeConfig, tauri_config: &Config) ->
#[cfg(all(not(target_os = "windows"), not(target_os = "macos")))] #[cfg(all(not(target_os = "windows"), not(target_os = "macos")))]
let mut linux_browser_args = String::from("--disable-blink-features=AutomationControlled"); let mut linux_browser_args = String::from("--disable-blink-features=AutomationControlled");
if !window_config.ignore_certificate_errors { if window_config.ignore_certificate_errors {
#[cfg(target_os = "windows")] #[cfg(target_os = "windows")]
{ {
windows_browser_args.push_str(" --ignore-certificate-errors"); windows_browser_args.push_str(" --ignore-certificate-errors");

View File

@@ -1,11 +1,11 @@
{ {
"productName": "Proxmox Virtual Environment", "productName": "Notion",
"identifier": "com.pve.Proxmox", "identifier": "com.notion.Notion",
"version": "1.0.0", "version": "1.0.0",
"app": { "app": {
"withGlobalTauri": true, "withGlobalTauri": true,
"trayIcon": { "trayIcon": {
"iconPath": "png/pve_512.png", "iconPath": "png/notion_512.png",
"iconAsTemplate": false, "iconAsTemplate": false,
"id": "pake-tray" "id": "pake-tray"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"productName": "Proxmox Virtual Environment", "productName": "notion",
"bundle": { "bundle": {
"icon": ["png/pve_512.png"], "icon": ["png/notion_512.png"],
"active": true, "active": true,
"linux": { "linux": {
"deb": { "deb": {

View File

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

View File

@@ -1,8 +1,8 @@
{ {
"bundle": { "bundle": {
"icon": ["png/pve_256.ico", "png/pve_32.ico"], "icon": ["png/notion_256.ico", "png/notion_32.ico"],
"active": true, "active": true,
"resources": ["png/pve_32.ico"], "resources": ["png/notion_32.ico"],
"targets": ["msi"], "targets": ["msi"],
"windows": { "windows": {
"digestAlgorithm": "sha256", "digestAlgorithm": "sha256",