Merge branch 'main' into main

This commit is contained in:
Wakler-Wei
2024-01-04 11:15:10 +08:00
committed by GitHub
44 changed files with 1563 additions and 294 deletions

View File

@@ -8,8 +8,8 @@
"withGlobalTauri": true
},
"package": {
"productName": "ChatGPT Next Web",
"version": "2.9.13"
"productName": "NextChat",
"version": "2.10.1"
},
"tauri": {
"allowlist": {
@@ -68,7 +68,7 @@
"icons/icon.ico"
],
"identifier": "com.yida.chatgpt.next.web",
"longDescription": "ChatGPT Next Web is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.",
"longDescription": "NextChat is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
@@ -77,7 +77,7 @@
"signingIdentity": null
},
"resources": [],
"shortDescription": "ChatGPT Next Web App",
"shortDescription": "NextChat App",
"targets": "all",
"windows": {
"certificateThumbprint": null,
@@ -111,4 +111,4 @@
}
]
}
}
}