mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
chore: update config
This commit is contained in:
parent
7151c0134a
commit
a2e9e78457
@ -15,6 +15,7 @@
|
||||
"app:build": "yarn mask && yarn tauri build",
|
||||
"ios:init": "yarn tauri ios init",
|
||||
"ios:dev": "concurrently -r \"yarn mask:watch\" \"yarn tauri ios dev\"",
|
||||
"ios:build": "yarn mask && yarn tauri ios build",
|
||||
"prompts": "node ./scripts/fetch-prompts.mjs",
|
||||
"prepare": "husky install",
|
||||
"proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev"
|
||||
|
@ -14,9 +14,13 @@
|
||||
"withGlobalTauri": true,
|
||||
"windows": [
|
||||
{
|
||||
"fullscreen": false,
|
||||
"height": 600,
|
||||
"resizable": true,
|
||||
"title": "NextChat",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
"width": 960,
|
||||
"hiddenTitle": true,
|
||||
"titleBarStyle": "Overlay"
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
Loading…
Reference in New Issue
Block a user