4 Commits
notion ... iyf

Author SHA1 Message Date
8760aa6011 add proxy 2025-12-18 20:48:21 +08:00
YuanHui
d48738fadb add iyf 2025-12-18 20:46:59 +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
21 changed files with 9 additions and 9 deletions

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
src-tauri/pake.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"windows": [ "windows": [
{ {
"url": "https://www.notion.so/f579d1f1ffeb44ada880595b13905131", "url": "https://iyf.tv/",
"url_type": "web", "url_type": "web",
"hide_title_bar": true, "hide_title_bar": true,
"fullscreen": false, "fullscreen": false,

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

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

Binary file not shown.

After

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

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

@@ -1,11 +1,11 @@
{ {
"productName": "Notion", "productName": "IYF",
"identifier": "com.notion.Notion", "identifier": "com.iyf.IYF",
"version": "1.0.0", "version": "1.0.0",
"app": { "app": {
"withGlobalTauri": true, "withGlobalTauri": true,
"trayIcon": { "trayIcon": {
"iconPath": "png/notion_512.png", "iconPath": "png/iyf_512.png",
"iconAsTemplate": false, "iconAsTemplate": false,
"id": "pake-tray" "id": "pake-tray"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"productName": "notion", "productName": "IYF",
"bundle": { "bundle": {
"icon": ["png/notion_512.png"], "icon": ["png/iyf_512.png"],
"active": true, "active": true,
"linux": { "linux": {
"deb": { "deb": {

View File

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

View File

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