🎨 The default case is changed to weekly
This commit is contained in:
4
bin/README.md
vendored
4
bin/README.md
vendored
@@ -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
4
bin/README_CN.md
vendored
@@ -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
4
bin/defaults.ts
vendored
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user