docs: 文档修复 & 一些格式调整
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"Exclude": ["Cargo\\.lock$"]
|
"Exclude": ["Cargo\\.lock$", "dist"]
|
||||||
}
|
}
|
||||||
|
|||||||
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,8 +1,4 @@
|
|||||||
{
|
{
|
||||||
"cSpell.words": [
|
"cSpell.words": ["loglevel", "Pake", "tauri"],
|
||||||
"loglevel",
|
|
||||||
"Pake",
|
|
||||||
"tauri"
|
|
||||||
],
|
|
||||||
"typescript.preferences.importModuleSpecifierEnding": "js"
|
"typescript.preferences.importModuleSpecifierEnding": "js"
|
||||||
}
|
}
|
||||||
@@ -92,7 +92,7 @@ Pake 提供了命令行工具,可以更快捷方便地打包。(目前仅支
|
|||||||
### 安装
|
### 安装
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g pake
|
npm install -g pake-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
如果安装失败提示没有权限,请使用 `sudo` 运行。
|
如果安装失败提示没有权限,请使用 `sudo` 运行。
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g pake
|
npm install -g pake-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
如果安装失败提示没有权限,请使用 `sudo` 运行。
|
如果安装失败提示没有权限,请使用 `sudo` 运行。
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import shelljs from 'shelljs';
|
import shelljs from "shelljs";
|
||||||
|
|
||||||
export function shellExec(command: string) {
|
export function shellExec(command: string) {
|
||||||
return new Promise<number>((resolve, reject) => {
|
return new Promise<number>((resolve, reject) => {
|
||||||
|
|||||||
2970
bin/utils/tlds.ts
2970
bin/utils/tlds.ts
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user