diff --git a/README.md b/README.md index bdbd010..2a99103 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ 中国用户,需要设置代理,否则无法访问 openAi 的api - - +window用户: +解压后,修改 .env 文件, +填写 openAi 的key, +以及代理的局域网地址和端口(仅中国用户需要), +然后双击运行 chatgpt-desktop.exe 即可 + +mac 用户: +暂无 mac 电脑打包文件。 diff --git a/src/renderer/store/modules/user/helper.ts b/src/renderer/store/modules/user/helper.ts index 29cdc80..92b1e47 100644 --- a/src/renderer/store/modules/user/helper.ts +++ b/src/renderer/store/modules/user/helper.ts @@ -16,8 +16,8 @@ export function defaultSetting(): UserState { return { userInfo: { avatar: 'https://avatars.githubusercontent.com/u/21867818?s=40&v=4', - name: '金俊', - description: 'Star on https://github.com/jinjun1994/ChatGPT-API-DESTOP', + name: '金俊 微信:jinjun2050', + description: 'Star on Github', }, } }