Skip to content

Commit

Permalink
release: v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Nov 24, 2023
1 parent b9cba3c commit 3b35abe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@

## 参数说明
### MJ_SERVER_ID
Midjourney服务器ID
Discord 服务器ID
### MJ_CHANNEL_ID
Midjourney频道ID
Discord 频道ID
### MJ_USER_TOKEN
Midjourney用户Token
Discord 用户Token
### MJ_DISCORD_PROXY
Discord代理域名,默认为:`https://discord.com`
Discord 代理域名,默认为:`https://discord.com`
### MJ_DISCORD_WSS_PROXY
Discord Websocket代理域名,默认为:`wss://gateway.discord.gg`
### MJ_DISCORD_WSS_PROXY
Expand All @@ -59,7 +59,7 @@ docker run -d -p 3000:3000 \
-e MJ_SERVER_ID="" \
-e MJ_CHANNEL_ID="" \
-e MJ_USER_TOKEN="" \
licoy/chatgpt-midjourney:v3.2.0
licoy/chatgpt-midjourney:v3.2.1
```
### Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FLicoy%2FChatGPT-Midjourney&env=OPENAI_API_KEY&env=MJ_SERVER_ID&env=MJ_CHANNEL_ID&env=MJ_USER_TOKEN&env=CODE&project-name=chatgpt-midjourney&repository-name=ChatGPT-Midjourney)
Expand Down
8 changes: 4 additions & 4 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ One-click free deployment of your private ChatGPT+Midjourney web application (ba

## Parameter Description
### MJ_SERVER_ID
Midjourney server ID
Discord server ID
### MJ_CHANNEL_ID
MidjourneyChannelID
Discord ChannelID
### MJ_USER_TOKEN
Midjourney User Token
Discord User Token
### MJ_DISCORD_PROXY
Discord proxy domain, default to: `https://discord.com`
### MJ_DISCORD_WSS_PROXY
Expand All @@ -59,7 +59,7 @@ docker run -d -p 3000:3000 \
-e MJ_SERVER_ID="" \
-e MJ_CHANNEL_ID="" \
-e MJ_USER_TOKEN="" \
licoy/chatgpt-midjourney:v3.2.0
licoy/chatgpt-midjourney:v3.2.1
```
### Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FLicoy%2FChatGPT-Midjourney&env=OPENAI_API_KEY&env=MJ_SERVER_ID&env=MJ_CHANNEL_ID&env=MJ_USER_TOKEN&env=CODE&project-name=chatgpt-midjourney&repository-name=ChatGPT-Midjourney)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-midjourney",
"version": "3.2.0",
"version": "3.2.1",
"private": false,
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "ChatGPT-Midjourney",
"version": "3.2.0"
"version": "3.2.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 3b35abe

Please sign in to comment.