该项目可以用electron打开,也可以通过网页开发
1.git clone https://github.com/duoluodexiaoxiaoyuan/chatgptwithelectron.git 2.npm i
npm start 即可
前提你需要改一下pulic下面的Main.js的文件(下面两个只开一个,另一个注释点)
win.loadURL('http://localhost:3000/') // 本地开发打开这个
win.loadURL(file://${path.join(__dirname, '../build/index.html')}
) // 打包构建electron打开
npm run electron-start
1.默认是不关联上下文的 2.支持勾选上下文,同时勾选上下文以后假如之前的记录没有什么关联支持页面重新加载