build(release): 准备0.3.1-alpha.3安装包与Docker部署 [skip ci]

This commit is contained in:
2026-09-15 10:58:02 +08:00
parent 3bbd7a2e1b
commit 586c4bf049
15 changed files with 155 additions and 29 deletions
+19 -4
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenNexus",
"version": "0.3.1-alpha.2",
"version": "0.3.1-alpha.3",
"identifier": "cc.kronecker.notesagent",
"build": {
"beforeDevCommand": "pnpm dev",
@@ -10,11 +10,26 @@
"frontendDist": "../dist"
},
"app": {
"windows": [{"label": "main", "title": "OpenNexus", "width": 1280, "height": 960, "minWidth": 720, "minHeight": 700, "center": true, "decorations": false}],
"windows": [
{
"label": "main",
"title": "OpenNexus",
"width": 1280,
"height": 960,
"minWidth": 720,
"minHeight": 700,
"center": true,
"decorations": false
}
],
"security": {
"csp": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; media-src 'self' blob:; font-src 'self' data:; connect-src ipc: http://ipc.localhost; frame-src 'self' blob:; object-src 'none'; base-uri 'self'",
"capabilities": ["main"]
"capabilities": [
"main"
]
}
},
"bundle": {"active": false}
"bundle": {
"active": false
}
}