🐛 更新文档说明

This commit is contained in:
Tw93
2022-10-14 19:15:10 +08:00
parent 17db24e68f
commit 9a329cdb9b
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?
package-lock.json

View File

@@ -13,7 +13,8 @@
## 开发步骤
```shell
//安装依赖
// 开始前参考 https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-macos 配置环境
// 安装依赖
npm i
//本地调试