1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00
This commit is contained in:
lencx 2022-12-15 11:49:37 +08:00
commit 60abf6e487
2 changed files with 27 additions and 30 deletions

View File

@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img width="180" src="./logo.png" alt="ChatGPT"> <img width="180" src="./public/logo.png" alt="ChatGPT">
<h1 align="center">ChatGPT</h1> <h1 align="center">ChatGPT</h1>
</p> </p>
@ -49,14 +49,12 @@ cask "popcorn-time", args: { "no-quarantine": true }
- 跨平台: `macOS` `Linux` `Windows` - 跨平台: `macOS` `Linux` `Windows`
- 导出 ChatGPT 聊天记录 (支持 PNG, PDF 和生成分享链接) - 导出 ChatGPT 聊天记录 (支持 PNG, PDF 和生成分享链接)
- 窗口置顶 (永远在其他窗口之上)
- 注入脚本
- 应用自动升级通知 - 应用自动升级通知
- 应用菜单功能强大
- 系统托盘打开小窗口
- 丰富的快捷键 - 丰富的快捷键
- 系统托盘悬浮窗
- 应用菜单功能强大
### 菜单功能 ### 菜单
- **Preferences (喜好)** - **Preferences (喜好)**
- `Theme` - `Light`, `Dark` (仅支持 macOS 和 Windows) - `Theme` - `Light`, `Dark` (仅支持 macOS 和 Windows)

View File

@ -47,40 +47,39 @@ cask "popcorn-time", args: { "no-quarantine": true }
## ✨ Features ## ✨ Features
- multi-platform: `macOS` `Linux` `Windows` - Multi-platform: `macOS` `Linux` `Windows`
- export ChatGPT history (PNG, PDF and Share Link) - Export ChatGPT history (PNG, PDF and Share Link)
- always on top (whether the window should always be on top of other windows) - Automatic application upgrade notification
- inject script - Common shortcut keys
- auto updater - System tray hover window
- app menu - Powerful menu items
- tray window
- shortcut
### Menu ### MenuItem
- **Preferences** - **Preferences**
- `Theme` - `Light`, `Dark` (Only macOS and Windows are supported). - `Theme` - `Light`, `Dark` (Only macOS and Windows are supported).
- `Always on Top`: Window is always on top of other windows. - `Always on Top`: The window is always on top of other windows.
- `Titlebar`: Only supports macOS. - `Titlebar`: Whether to display the titlebar, supported by macOS only.
- `Inject Script`: User scripts that can modify web pages. - `Inject Script`: Using scripts to modify pages.
- `Control Center`: The control center of ChatGPT application, it will give unlimited imagination to the application. - `Control Center`: The control center of ChatGPT application, it will give unlimited imagination to the application.
- `Theme`, `Always on Top`, `Titlebar` - `Theme`, `Always on Top`, `Titlebar`, ...
- `User Agent` ([#17](https://github.com/lencx/ChatGPT/issues/17)): Customize `user agent` to prevent security detection interception. Default is empty string. - `User Agent` ([#17](https://github.com/lencx/ChatGPT/issues/17)): Custom `user agent`, which may be required in some scenarios. The default value is the empty string.
- `Switch Origin` ([#14](https://github.com/lencx/ChatGPT/issues/14)): Modify website address, the default is `https://chat.openai.com`. Please ensure that the mirror address is consistent with the UI of the original URL, otherwise the export function will fail. - `Switch Origin` ([#14](https://github.com/lencx/ChatGPT/issues/14)): Switch the site source address, the default is `https://chat.openai.com`, please make sure the mirror site UI is the same as the original address. Otherwise, some functions may not be available.
- `Go to Config`: Open the configuration file directory (`path: ~/.chatgpt/*`). - `Go to Config`: Open the configuration file directory (`path: ~/.chatgpt/*`).
- `Clear Config`: Clear all chatgpt configuration files (`path: ~/.chatgpt/*`), dangerous operation, please backup data. - `Clear Config`: Clear the configuration file (`path: ~/.chatgpt/*`), dangerous operation, please backup the data in advance.
- `Restart ChatGPT`: After editing the injection script file, you can restart the application through this menu item to make the script take effect. - `Restart ChatGPT`: Restart the application, for example: the program is stuck or the injection script can take effect by restarting the application after editing.
- `Awesome ChatGPT`: Related resources recommended. - `Awesome ChatGPT`: Recommended Related Resources.
- **Edit** - `Undo`, `Redo`, `Cut`, `Copy`, `SelectAll`, ... - **Edit** - `Undo`, `Redo`, `Cut`, `Copy`, `SelectAll`, ...
- **View** - `Go Back`, `Go Forward`, `Scroll to Top of Screen`, `Scroll to Bottom of Screen`, `Refresh the Screen`, ... - **View** - `Go Back`, `Go Forward`, `Scroll to Top of Screen`, `Scroll to Bottom of Screen`, `Refresh the Screen`, ...
- **Help** - **Help**
- `Update Log`: ChatGPT app changelog. - `Update Log`: ChatGPT changelog.
- `Report Bug`: Defects and Suggestions Feedback. - `Report Bug`: Report a bug or give feedback.
- `Toggle Developer Tools`: Developer tools for debugging web pages. - `Toggle Developer Tools`: Developer debugging tools.
## TODO ## TODO
- web access capability ([#20](https://github.com/lencx/ChatGPT/issues/20)) - Web access capability ([#20](https://github.com/lencx/ChatGPT/issues/20))
- Shortcut command typing chatgpt prompt
- ... - ...
## 👀 Preview ## 👀 Preview
@ -97,7 +96,7 @@ cask "popcorn-time", args: { "no-quarantine": true }
### Can't open ChatGPT ### Can't open ChatGPT
If the application cannot be opened after the upgrade, please try to clear the configuration file, which is in the `~/.chatgpt/*` directory. If you cannot open the application after the upgrade, please try to clear the configuration file, which is in the `~/.chatgpt/*` directory.
### Is it safe? ### Is it safe?
@ -138,7 +137,7 @@ yarn build
## ❤️ Thanks ## ❤️ Thanks
- The share buttons code is copied directly from [@liady](https://github.com/liady) extension with minor modifications. - The core implementation of the share button code was copied from the [@liady](https://github.com/liady) extension with some modifications.
--- ---