mirror of
https://github.com/lencx/ChatGPT.git
synced 2026-02-06 13:57:04 +00:00
v1.0.0
This commit is contained in:
parent
2fc0983860
commit
55eb719e5c
@ -7,7 +7,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "ChatGPT",
|
||||
"version": "0.12.0"
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
@ -90,22 +90,36 @@
|
||||
"csp": null,
|
||||
"dangerousRemoteDomainIpcAccess": [
|
||||
{
|
||||
"windows": ["core", "main", "tray"],
|
||||
"windows": [
|
||||
"core",
|
||||
"main",
|
||||
"tray"
|
||||
],
|
||||
"domain": "chat.openai.com",
|
||||
"enableTauriAPI": true
|
||||
},
|
||||
{
|
||||
"windows": ["core", "main"],
|
||||
"windows": [
|
||||
"core",
|
||||
"main"
|
||||
],
|
||||
"domain": "labs.openai.com",
|
||||
"enableTauriAPI": true
|
||||
},
|
||||
{
|
||||
"windows": ["core", "main", "tray"],
|
||||
"windows": [
|
||||
"core",
|
||||
"main",
|
||||
"tray"
|
||||
],
|
||||
"domain": "openai.com",
|
||||
"enableTauriAPI": true
|
||||
},
|
||||
{
|
||||
"windows": ["chatgpt_sponsors", "app_website"],
|
||||
"windows": [
|
||||
"chatgpt_sponsors",
|
||||
"app_website"
|
||||
],
|
||||
"domain": "app.nofwl.com",
|
||||
"enableTauriAPI": true
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user