Skip to content

Commit

Permalink
feat: improve writing
Browse files Browse the repository at this point in the history
  • Loading branch information
LiLittleCat committed Mar 21, 2023
1 parent 1566754 commit 566f668
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

### Added

- Add third-party mirror websites for free using.
- Support all future IDE builds [#12](https://github.com/LiLittleCat/intellij-chatgpt/pull/12)
- Integration of third-party mirror websites for free usage.
- Support for all future IDE builds [#12](https://github.com/LiLittleCat/intellij-chatgpt/pull/12)

### Fixed

- Remove session token storage to avoid cookie setting problems [#16](https://github.com/LiLittleCat/intellij-chatgpt/issues/16)
- Removed session token storage to resolve cookie setting issues [#16](https://github.com/LiLittleCat/intellij-chatgpt/issues/16)
- Change the Tool Window name to `ChatGPT Tool` [#10](https://github.com/LiLittleCat/intellij-chatgpt/issues/10)

## [1.0.3] - 2023-02-20
Expand Down
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,26 @@ JCEF is supported in IntelliJ IDEA 2020.2 and later. See [JCEF](https://plugins.

## Usage

1. Open the tool window "ChatGPT Tool", it will open the default ChatGPT URL
1. Open the "ChatGPT Tool" tool window, which will load the default ChatGPT URL.
![](/image/login.png)
2. If you use [official ChatGPT](https://chat.openai.com/) as default, you can register a [OpenAI](https://beta.openai.com/signup) account and log in.
2. If you have set the [official ChatGPT](https://chat.openai.com/) as the default, you can register for an [OpenAI](https://beta.openai.com/signup) account and log in.
![](/image/use.png)
3. Open the setting to change the default ChatGPT URL or add more URLs.
3. Access the settings to modify the default ChatGPT URL or add additional URLs
![](/image/settings-info.png)
explanation:
1. Open the setting quickly.
2. Refresh the opened page.

Explanation:
1. Quickly open the settings.
2. Refresh the currently opened page.
3. Add a new URL to the tool window.
4. Open the author's GitHub page in Browser.
5. Open other plugins from the author in Browser.
6. Select the default URL, default URL will be opened when you first open the tool window and when you close all opened pages.
7. URL list, you can add, edit, and delete the URL list.
4. Open the author's GitHub page in browser.
5. Open other plugins from the author in browser.
6. Select the default URL. The default URL will be opened when you first launch the tool window and when all opened pages are closed.
7. URL list: add, edit, and delete URLs.
8. Add a new URL.
![](/image/add-tab.png)
9. Delete the selected URL.
10. Fetch the URL list from [the author's other GitHub repository](https://github.com/LiLittleCat/awesome-free-chatgpt).
4. Use third-party mirror websites.
4. Utilize third-party mirror websites.
![](/image/another.png)


Expand Down

0 comments on commit 566f668

Please sign in to comment.