edit weread

This commit is contained in:
YuanHui
2025-12-18 11:45:53 +08:00
parent acbd01f058
commit cff1b6a6e4
6 changed files with 3705 additions and 9 deletions

3696
package-lock.json generated vendored Normal file

File diff suppressed because it is too large Load Diff

2
src-tauri/pake.json vendored
View File

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

View File

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

View File

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

View File

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

View File

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