chore: update config

This commit is contained in:
river 2024-09-24 21:03:10 +08:00
parent 7151c0134a
commit a2e9e78457
2 changed files with 7 additions and 2 deletions

View File

@ -15,6 +15,7 @@
"app:build": "yarn mask && yarn tauri build", "app:build": "yarn mask && yarn tauri build",
"ios:init": "yarn tauri ios init", "ios:init": "yarn tauri ios init",
"ios:dev": "concurrently -r \"yarn mask:watch\" \"yarn tauri ios dev\"", "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", "prompts": "node ./scripts/fetch-prompts.mjs",
"prepare": "husky install", "prepare": "husky install",
"proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev" "proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev"

View File

@ -14,9 +14,13 @@
"withGlobalTauri": true, "withGlobalTauri": true,
"windows": [ "windows": [
{ {
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "NextChat", "title": "NextChat",
"width": 800, "width": 960,
"height": 600 "hiddenTitle": true,
"titleBarStyle": "Overlay"
} }
], ],
"security": { "security": {