🎨 The default case is changed to weekly

This commit is contained in:
Tw93
2025-08-13 20:03:41 +08:00
parent 90b1355aa7
commit c2bc1c2028
16 changed files with 19 additions and 19 deletions

4
bin/README.md vendored
View File

@@ -284,8 +284,8 @@ The `DEFAULT_DEV_PAKE_OPTIONS` configuration in `bin/defaults.ts` can be modifie
```typescript ```typescript
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = { export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
...DEFAULT_PAKE_OPTIONS, ...DEFAULT_PAKE_OPTIONS,
url: "https://weread.qq.com", url: "https://weekly.tw93.fun/",
name: "Weread", name: "Weekly",
}; };
``` ```

4
bin/README_CN.md vendored
View File

@@ -286,8 +286,8 @@ pake [url] [options]
```typescript ```typescript
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = { export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
...DEFAULT_PAKE_OPTIONS, ...DEFAULT_PAKE_OPTIONS,
url: "https://weread.qq.com", url: "https://weekly.tw93.fun/",
name: "Weread", name: "Weekly",
}; };
``` ```

4
bin/defaults.ts vendored
View File

@@ -28,7 +28,7 @@ export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
// Just for cli development // Just for cli development
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = { export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
...DEFAULT_PAKE_OPTIONS, ...DEFAULT_PAKE_OPTIONS,
url: 'https://weread.qq.com', url: 'https://weekly.tw93.fun/',
name: 'WeRead', name: 'Weekly',
hideTitleBar: true, hideTitleBar: true,
}; };

View File

@@ -1,10 +1,10 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Categories=Office Categories=Office
Exec=com-pake-weread Exec=com-pake-weekly
Icon=com-pake-weread Icon=com-pake-weekly
Name=com-pake-weread Name=com-pake-weekly
Name[zh_CN]= Name[zh_CN]=
StartupNotify=true StartupNotify=true
Terminal=false Terminal=false
Type=Application Type=Application

BIN
src-tauri/icons/weekly.icns Normal file

Binary file not shown.

View File

@@ -1,7 +1,7 @@
{ {
"windows": [ "windows": [
{ {
"url": "https://weread.qq.com/", "url": "https://weekly.tw93.fun/",
"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: 68 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
src-tauri/png/weekly_32.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

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

View File

@@ -1,13 +1,13 @@
{ {
"productName": "we-read", "productName": "we-read",
"bundle": { "bundle": {
"icon": ["png/weread_512.png"], "icon": ["png/weekly.png"],
"active": true, "active": true,
"linux": { "linux": {
"deb": { "deb": {
"depends": ["curl", "wget"], "depends": ["curl", "wget"],
"files": { "files": {
"/usr/share/applications/com-pake-weread.desktop": "assets/com-pake-weread.desktop" "/usr/share/applications/com-pake-weekly.desktop": "assets/com-pake-weekly.desktop"
} }
} }
}, },

View File

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

View File

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