项目文件夹

文件
wehub-resource-sync 98e40dac97
CLI Smoke Test / smoke-test-linux (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-linux (24) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (24) (push) Has been cancelled
Expo App TypeScript typecheck / typecheck (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:40:49 +08:00

52 行
1.2 KiB
JSON

{
"$schema": "../../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Happy",
"version": "0.1.0",
"identifier": "com.slopus.happy",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:8081",
"beforeDevCommand": "pnpm start",
"beforeBuildCommand": "pnpm exec expo export --platform web --output-dir dist"
},
"app": {
"windows": [
{
"title": "Happy",
"width": 1680,
"height": 1050,
"minWidth": 720,
"minHeight": 480,
"resizable": true,
"fullscreen": false,
"titleBarStyle": "Overlay",
"trafficLightPosition": {
"x": 22,
"y": 22
},
"hiddenTitle": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"macOS": {
"signingIdentity": "Developer ID Application: Bulka, LLC (466DQWDR8C)",
"hardenedRuntime": true,
"entitlements": "entitlements.plist",
"minimumSystemVersion": "10.15"
}
}
}