Merge branch 'ChatGPTNextWeb:main' into main

This commit is contained in:
Wakler-Wei
2024-02-21 10:52:31 +08:00
committed by GitHub
96 changed files with 1808 additions and 585 deletions

View File

@@ -9,7 +9,7 @@
},
"package": {
"productName": "NextChat",
"version": "2.10.1"
"version": "2.10.3"
},
"tauri": {
"allowlist": {
@@ -86,12 +86,13 @@
}
},
"security": {
"csp": null
"csp": null,
"dangerousUseHttpScheme": true
},
"updater": {
"active": true,
"endpoints": [
"https://github.com/Yidadaa/ChatGPT-Next-Web/releases/latest/download/latest.json"
"https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/releases/latest/download/latest.json"
],
"dialog": false,
"windows": {