mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
删除多余
This commit is contained in:
commit
7151c0134a
@ -11,6 +11,7 @@
|
|||||||
},
|
},
|
||||||
"plugins": {},
|
"plugins": {},
|
||||||
"app": {
|
"app": {
|
||||||
|
"withGlobalTauri": true,
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"title": "NextChat",
|
"title": "NextChat",
|
||||||
@ -20,21 +21,24 @@
|
|||||||
],
|
],
|
||||||
"security": {
|
"security": {
|
||||||
"csp": null
|
"csp": null
|
||||||
},
|
}
|
||||||
"withGlobalTauri": true
|
|
||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"macOS": {
|
"active": true,
|
||||||
"signingIdentity": "-"
|
"targets": "all",
|
||||||
},
|
"category": "Utility",
|
||||||
"active": true,
|
"copyright": "Copyright © 2024 GPTsMotion Tech LLC All Rights Reserved.",
|
||||||
"targets": "all",
|
"shortDescription": "NextChat App",
|
||||||
"icon": [
|
"longDescription": "Experience NextChat: Local-first, seamless, and designed for the ultimate chat experience",
|
||||||
"icons/32x32.png",
|
"macOS": {
|
||||||
"icons/128x128.png",
|
"signingIdentity": "-"
|
||||||
"icons/128x128@2x.png",
|
},
|
||||||
"icons/icon.icns",
|
"icon": [
|
||||||
"icons/icon.ico"
|
"icons/32x32.png",
|
||||||
]
|
"icons/128x128.png",
|
||||||
}
|
"icons/128x128@2x.png",
|
||||||
|
"icons/icon.icns",
|
||||||
|
"icons/icon.ico"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user