Compare commits
1 Commits
notion-cal
...
perplexity
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f38d96a374 |
BIN
src-tauri/icons/notion-calendar.icns
vendored
BIN
src-tauri/icons/notion.icns
vendored
BIN
src-tauri/icons/perplexity.icns
vendored
4
src-tauri/pake.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"url": "https://calendar.notion.so/",
|
"url": "https://perplexity.ai/",
|
||||||
"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": "http://192.168.31.5:10808",
|
"proxy_url": "http://192.168.31.100:7892",
|
||||||
"multi_instance": false
|
"multi_instance": false
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
src-tauri/png/notion-calendar_256.ico
vendored
|
Before Width: | Height: | Size: 8.8 KiB |
BIN
src-tauri/png/notion-calendar_32.ico
vendored
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
src-tauri/png/notion-calendar_512.png
vendored
|
Before Width: | Height: | Size: 7.8 KiB |
BIN
src-tauri/png/notion_256.ico
vendored
|
Before Width: | Height: | Size: 10 KiB |
BIN
src-tauri/png/notion_32.ico
vendored
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
src-tauri/png/notion_512.png
vendored
|
Before Width: | Height: | Size: 24 KiB |
BIN
src-tauri/png/perplexity_256.ico
vendored
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 13 KiB |
BIN
src-tauri/png/perplexity_32.ico
vendored
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.5 KiB |
BIN
src-tauri/png/perplexity_512.png
vendored
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 38 KiB |
6
src-tauri/tauri.conf.json
vendored
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"productName": "Notion Calendar",
|
"productName": "Perplexity",
|
||||||
"identifier": "com.notion-calendar.NotionCalendar",
|
"identifier": "com.perplexity.Perplexity",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"app": {
|
"app": {
|
||||||
"withGlobalTauri": true,
|
"withGlobalTauri": true,
|
||||||
"trayIcon": {
|
"trayIcon": {
|
||||||
"iconPath": "png/notion-calendar_512.png",
|
"iconPath": "png/perplexity_512.png",
|
||||||
"iconAsTemplate": false,
|
"iconAsTemplate": false,
|
||||||
"id": "pake-tray"
|
"id": "pake-tray"
|
||||||
},
|
},
|
||||||
|
|||||||
4
src-tauri/tauri.linux.conf.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"productName": "notion-calendar",
|
"productName": "perplexity",
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/notion-calendar_512.png"],
|
"icon": ["png/perplexity_512.png"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"linux": {
|
"linux": {
|
||||||
"deb": {
|
"deb": {
|
||||||
|
|||||||
2
src-tauri/tauri.macos.conf.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["icons/notion.icns"],
|
"icon": ["icons/perplexity.icns"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": ["dmg"]
|
"targets": ["dmg"]
|
||||||
}
|
}
|
||||||
|
|||||||
4
src-tauri/tauri.windows.conf.json
vendored
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/notion-calendar_256.ico", "png/notion-calendar_32.ico"],
|
"icon": ["png/perplexity_256.ico", "png/perplexity_32.ico"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"resources": ["png/notion-calendar_32.ico"],
|
"resources": ["png/perplexity_32.ico"],
|
||||||
"targets": ["msi"],
|
"targets": ["msi"],
|
||||||
"windows": {
|
"windows": {
|
||||||
"digestAlgorithm": "sha256",
|
"digestAlgorithm": "sha256",
|
||||||
|
|||||||