🔧 Global formatting and update formatting
This commit is contained in:
5
bin/README_CN.md
vendored
5
bin/README_CN.md
vendored
@@ -13,7 +13,6 @@ npm install pake-cli -g
|
||||
|
||||
- **非常重要**:请参阅 Tauri 的 [依赖项指南](https://tauri.app/start/prerequisites/)。
|
||||
- 对于 Windows 用户,请确保至少安装了 `Win10 SDK(10.0.19041.0)` 和 `Visual Studio Build Tools 2022(版本 17.2 或更高)`,此外还需要安装以下组件:
|
||||
|
||||
1. Microsoft Visual C++ 2015-2022 Redistributable (x64)
|
||||
2. Microsoft Visual C++ 2015-2022 Redistributable (x86)
|
||||
3. Microsoft Visual C++ 2012 Redistributable (x86)(可选)
|
||||
@@ -287,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://weread.qq.com",
|
||||
name: "Weread",
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user