🎨 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_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",
};
```