feat(education): publish Guanghu subdomain stage one
This commit is contained in:
parent
a57ce92e65
commit
058fd3ed15
43 changed files with 12391 additions and 12 deletions
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||||
"productName": "光湖分域 · 教育",
|
||||
"version": "0.2.0",
|
||||
"identifier": "com.guanghulab.subdomain.education",
|
||||
"build": {
|
||||
"frontendDist": "../dist",
|
||||
"devUrl": "http://127.0.0.1:5216",
|
||||
"beforeDevCommand": "npm run dev",
|
||||
"beforeBuildCommand": "npm run build"
|
||||
},
|
||||
"app": {
|
||||
"macOSPrivateApi": true,
|
||||
"windows": [{
|
||||
"label": "main",
|
||||
"title": "光湖分域 · 教育",
|
||||
"width": 1440,
|
||||
"height": 900,
|
||||
"minWidth": 980,
|
||||
"minHeight": 680,
|
||||
"resizable": true,
|
||||
"fullscreen": false,
|
||||
"titleBarStyle": "Overlay",
|
||||
"trafficLightPosition": { "x": 18, "y": 20 },
|
||||
"hiddenTitle": true,
|
||||
"backgroundColor": "#06101A"
|
||||
}],
|
||||
"security": { "csp": "default-src 'self' ipc: http://ipc.localhost; style-src 'self' 'unsafe-inline'; img-src 'self' data: asset: http://asset.localhost" }
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": ["app"],
|
||||
"category": "Productivity",
|
||||
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns"]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue