Skip to content

Commit c2bc1c2

Browse files
committed
🎨 The default case is changed to weekly
1 parent 90b1355 commit c2bc1c2

16 files changed

+19
-19
lines changed

bin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ The `DEFAULT_DEV_PAKE_OPTIONS` configuration in `bin/defaults.ts` can be modifie
284284
```typescript
285285
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
286286
...DEFAULT_PAKE_OPTIONS,
287-
url: "https://weread.qq.com",
288-
name: "Weread",
287+
url: "https://weekly.tw93.fun/",
288+
name: "Weekly",
289289
};
290290
```
291291

bin/README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ pake [url] [options]
286286
```typescript
287287
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
288288
...DEFAULT_PAKE_OPTIONS,
289-
url: "https://weread.qq.com",
290-
name: "Weread",
289+
url: "https://weekly.tw93.fun/",
290+
name: "Weekly",
291291
};
292292
```
293293

bin/defaults.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
2828
// Just for cli development
2929
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
3030
...DEFAULT_PAKE_OPTIONS,
31-
url: 'https://weread.qq.com',
32-
name: 'WeRead',
31+
url: 'https://weekly.tw93.fun/',
32+
name: 'Weekly',
3333
hideTitleBar: true,
3434
};
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[Desktop Entry]
22
Encoding=UTF-8
33
Categories=Office
4-
Exec=com-pake-weread
5-
Icon=com-pake-weread
6-
Name=com-pake-weread
7-
Name[zh_CN]=微信阅读
4+
Exec=com-pake-weekly
5+
Icon=com-pake-weekly
6+
Name=com-pake-weekly
7+
Name[zh_CN]=潮流周刊
88
StartupNotify=true
99
Terminal=false
1010
Type=Application

src-tauri/icons/weekly.icns

170 KB
Binary file not shown.

src-tauri/pake.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"windows": [
33
{
4-
"url": "https://weread.qq.com/",
4+
"url": "https://weekly.tw93.fun/",
55
"url_type": "web",
66
"hide_title_bar": true,
77
"fullscreen": false,

src-tauri/png/deepseek_256.ico

709 Bytes
Binary file not shown.

src-tauri/png/deepseek_32.ico

43 Bytes
Binary file not shown.

src-tauri/png/deepseek_512.png

385 Bytes
Loading

src-tauri/png/weekly_256.ico

22.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)