diff --git a/README-ZH.md b/README-ZH.md new file mode 100644 index 0000000..3e8dd98 --- /dev/null +++ b/README-ZH.md @@ -0,0 +1,149 @@ +
+
+
+
+
+
+---
+
+
+
+## 国内用户
+
+国内用户如果遇到使用问题或者想交流 ChatGPT 技巧,可以关注公众号“浮之静”,发送 “chat” 进群参与讨论。如果对 tauri 开发应用感兴趣可以关注公众号后回复 “tauri” 进技术开发群(想私聊的也可以关注公众号,来添加微信)。
+
+
+
+## ❓常见问题
+
+### 不能打开 ChatGPT
+
+如果升级应用后无法打开,请尝试清除配置,它位于此目录 `~/.chatgpt/*`。
+
+### 它是否安全?
+
+它是安全的,仅仅只是对 [OpenAI ChatGPT](https://chat.openai.com) 网站的包装,注入了一些额外功能(均在本地,未发起网络请求),如果存疑,可以检查源代码。
+
+### Developer cannot be verified?
+
+Mac 上无法安装,提示开发者未验证,具体可以查看下面给出的解决方案(它是开源的,很安全)。
+
+- [Open a Mac app from an unidentified developer](https://support.apple.com/en-sg/guide/mac-help/mh40616/mac)
+
+### 我想自己构建它?
+
+#### 预安装
+
+- [Rust](https://www.rust-lang.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)
+
+#### 开始
+
+```bash
+# step1: 克隆仓库
+git clone https://github.com/lencx/ChatGPT.git
+
+# step2: 进入目录
+cd ChatGPT
+
+# step3: 安装依赖
+yarn
+
+# step4: 开发启动
+yarn dev
+
+# step5: 构建应用
+# 构建后的安装包位置: src-tauri/target/release/bundle
+yarn build
+```
+
+## ❤️ 感谢
+
+- 分享按钮的代码从 [@liady](https://github.com/liady) 的插件获得,并做了一些本地化修改
+
+---
+
+[](https://star-history.com/#lencx/chatgpt&Date)
+
+## License
+
+MIT License © lencx
diff --git a/README.md b/README.md
index 2e4ed16..ad1f52d 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
> ChatGPT Desktop Application
+[](./README.md)
+[](./README-ZH.md)
[](https://github.com/lencx/ChatGPT/releases)
[](https://twitter.com/lencx_)
@@ -135,8 +137,10 @@ yarn build
- The share buttons code is copied directly from [@liady](https://github.com/liady) extension with minor modifications.
-## Related
+---
-- [Tauri](https://tauri.app) - Build an optimized, secure, and frontend-independent application for multi-platform deployment.
-- [ChatGPT](https://openai.com/blog/chatgpt) - ChatGPT: Optimizing Language Models for Dialogue.
-- [ChatGPT Export and Share](https://github.com/liady/ChatGPT-pdf) - A Chrome extension for downloading your ChatGPT history to PNG, PDF or creating a sharable link.
+[](https://star-history.com/#lencx/chatgpt&Date)
+
+## License
+
+MIT License © lencx