5 Commits

Author SHA1 Message Date
a80f2ce4bb delete proxy 2025-12-18 20:38:57 +08:00
1412695bab change proxy 2025-12-18 20:32:14 +08:00
YuanHui
a282fb551a add youtrack 2025-12-18 19:29:36 +08:00
YuanHui
d17ff1137e change icon 2025-12-18 19:25:32 +08:00
bff2cd63d2 change to gemini 2025-12-18 14:06:10 +08:00
13 changed files with 9 additions and 9 deletions

Binary file not shown.

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

Binary file not shown.

2
src-tauri/pake.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"windows": [ "windows": [
{ {
"url": "https://weread.qq.com/", "url": "https://lonelinster.youtrack.cloud/",
"url_type": "web", "url_type": "web",
"hide_title_bar": true, "hide_title_bar": true,
"fullscreen": false, "fullscreen": false,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 70 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -1,11 +1,11 @@
{ {
"productName": "Weread", "productName": "Youtrack",
"identifier": "com.tencent.Weread", "identifier": "com.jetbrains.Youtrack",
"version": "1.0.0", "version": "1.0.0",
"app": { "app": {
"withGlobalTauri": true, "withGlobalTauri": true,
"trayIcon": { "trayIcon": {
"iconPath": "png/weread_512.png", "iconPath": "png/youtrack_512.png",
"iconAsTemplate": false, "iconAsTemplate": false,
"id": "pake-tray" "id": "pake-tray"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"productName": "wechat", "productName": "Youtrack",
"bundle": { "bundle": {
"icon": ["png/wechat_512.png"], "icon": ["png/youtrack_512.png"],
"active": true, "active": true,
"linux": { "linux": {
"deb": { "deb": {

View File

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

View File

@@ -1,8 +1,8 @@
{ {
"bundle": { "bundle": {
"icon": ["png/weread_256.ico", "png/weread_32.ico"], "icon": ["png/youtrack_256.ico", "png/youtrack_32.ico"],
"active": true, "active": true,
"resources": ["png/weread_32.ico"], "resources": ["png/youtrack_32.ico"],
"targets": ["msi"], "targets": ["msi"],
"windows": { "windows": {
"digestAlgorithm": "sha256", "digestAlgorithm": "sha256",