4 Commits

Author SHA1 Message Date
YuanHui
f9b8af88c4 add pve 2025-12-18 20:23:44 +08:00
YuanHui
8234ec7e8d add fnos 2025-12-18 20:18:39 +08:00
YuanHui
5ca6dc860b fix name error 2025-12-18 20:00:52 +08:00
YuanHui
3e3bfcf42e change icon 2025-12-18 19:24:50 +08:00
30 changed files with 11 additions and 11 deletions

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

4
src-tauri/pake.json vendored
View File

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

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

Binary file not shown.

After

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

@@ -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")))]
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")]
{
windows_browser_args.push_str(" --ignore-certificate-errors");

View File

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

View File

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

View File

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

View File

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