🎨 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
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
...DEFAULT_PAKE_OPTIONS,
url: "https://weread.qq.com",
name: "Weread",
url: "https://weekly.tw93.fun/",
name: "Weekly",
};
```

4
bin/README_CN.md vendored
View File

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

4
bin/defaults.ts vendored
View File

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

View File

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

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

Binary file not shown.

View File

@@ -1,7 +1,7 @@
{
"windows": [
{
"url": "https://weread.qq.com/",
"url": "https://weekly.tw93.fun/",
"url_type": "web",
"hide_title_bar": true,
"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",
"identifier": "com.pake.weread",
"productName": "Weekly",
"identifier": "com.pake.weekly",
"version": "1.0.0",
"app": {
"withGlobalTauri": true,
"trayIcon": {
"iconPath": "png/weread_512.png",
"iconPath": "png/weekly_512.png",
"iconAsTemplate": false,
"id": "pake-tray"
}

View File

@@ -1,13 +1,13 @@
{
"productName": "we-read",
"bundle": {
"icon": ["png/weread_512.png"],
"icon": ["png/weekly.png"],
"active": true,
"linux": {
"deb": {
"depends": ["curl", "wget"],
"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": {
"icon": ["icons/weread.icns"],
"icon": ["icons/weekly.icns"],
"active": true,
"macOS": {},
"targets": ["dmg"]

View File

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