docs: 文档修复 & 一些格式调整

This commit is contained in:
volare
2022-11-22 23:20:52 +08:00
parent 9b0b6b3b61
commit 75aa41c31f
6 changed files with 1503 additions and 1507 deletions

View File

@@ -1,3 +1,3 @@
{
"Exclude": ["Cargo\\.lock$"]
"Exclude": ["Cargo\\.lock$", "dist"]
}

View File

@@ -1,8 +1,4 @@
{
"cSpell.words": [
"loglevel",
"Pake",
"tauri"
],
"cSpell.words": ["loglevel", "Pake", "tauri"],
"typescript.preferences.importModuleSpecifierEnding": "js"
}

View File

@@ -92,7 +92,7 @@ Pake 提供了命令行工具,可以更快捷方便地打包。(目前仅支
### 安装
```bash
npm install -g pake
npm install -g pake-cli
```
如果安装失败提示没有权限,请使用 `sudo` 运行。

View File

@@ -1,7 +1,7 @@
## 安装
```bash
npm install -g pake
npm install -g pake-cli
```
如果安装失败提示没有权限,请使用 `sudo` 运行。

View File

@@ -1,4 +1,4 @@
import shelljs from 'shelljs';
import shelljs from "shelljs";
export function shellExec(command: string) {
return new Promise<number>((resolve, reject) => {

File diff suppressed because it is too large Load Diff