diff --git a/README-ZH_CN.md b/README-ZH_CN.md index 19738e9..20be4dc 100644 --- a/README-ZH_CN.md +++ b/README-ZH_CN.md @@ -199,8 +199,9 @@ Mac 上无法安装,提示开发者未验证,具体可以查看下面给出 #### 预安装 -- [Rust](https://www.rust-lang.org/) -- [VS Code](https://code.visualstudio.com/) +- [Rust (必须)](https://www.rust-lang.org/) +- [Node.js (必须)](https://nodejs.org/) +- [VS Code (可选)](https://code.visualstudio.com/) - [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) - [tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) @@ -224,6 +225,9 @@ yarn dev yarn build ``` +- [The distDir configuration is set to "../dist" but this path doesn't exist](https://github.com/lencx/ChatGPT/discussions/180) +- [Error A public key has been found, but no private key. Make sure to set TAURI_PRIVATE_KEY environment variable.](https://github.com/lencx/ChatGPT/discussions/182) + ## ❤️ 感谢 - 分享按钮的代码从 [@liady](https://github.com/liady) 的插件获得,并做了一些本地化修改 diff --git a/README.md b/README.md index c153709..ea1ce15 100644 --- a/README.md +++ b/README.md @@ -207,8 +207,9 @@ It's safe, just a wrapper for [OpenAI ChatGPT](https://chat.openai.com) website, #### PreInstall -- [Rust](https://www.rust-lang.org/) -- [VS Code](https://code.visualstudio.com/) +- [Rust (Required)](https://www.rust-lang.org/) +- [Node.js (Required)](https://nodejs.org/) +- [VS Code (Optional)](https://code.visualstudio.com/) - [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) - [tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) @@ -232,6 +233,9 @@ yarn dev yarn build ``` +- [The distDir configuration is set to "../dist" but this path doesn't exist](https://github.com/lencx/ChatGPT/discussions/180) +- [Error A public key has been found, but no private key. Make sure to set TAURI_PRIVATE_KEY environment variable.](https://github.com/lencx/ChatGPT/discussions/182) + ## ❤️ Thanks - The core implementation of the share button code was copied from the [@liady](https://github.com/liady) extension with some modifications.