From 9a329cdb9b3e6b54c6d57af137abeaaeab22b6bd Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 14 Oct 2022 19:15:10 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ Readme.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a547bf3..b398d22 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ dist-ssr *.njsproj *.sln *.sw? + +package-lock.json diff --git a/Readme.md b/Readme.md index 0619a6c..7578071 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,8 @@ ## 开发步骤 ```shell -//安装依赖 +// 开始前参考 https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-macos 配置环境 +// 安装依赖 npm i //本地调试