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": [
{
"url": "https://weekly.tw93.fun/",
"url": "https://weread.qq.com/",
"url_type": "web",
"hide_title_bar": true,
"fullscreen": false,

View File

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

View File

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

View File

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

View File

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