Files
HuLa/src-tauri/tauri.android.conf.json
Dawn 09f7a42e0d
Some checks failed
Release CI / prepare-frontend (push) Has been cancelled
Release CI / publish-tauri (, ubuntu-22.04) (push) Has been cancelled
Release CI / publish-tauri (, windows-latest) (push) Has been cancelled
Release CI / publish-tauri (--target aarch64-apple-darwin, macos-latest) (push) Has been cancelled
Release CI / publish-tauri (--target x86_64-apple-darwin, macos-latest) (push) Has been cancelled
Release CI / publish-release (push) Has been cancelled
Release CI / upgradeLink-upload (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (typescript) (push) Has been cancelled
chore: release v3.0.8
2025-12-31 18:36:42 +08:00

67 lines
1.4 KiB
JSON
Vendored

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "HuLa",
"version": "3.0.8",
"identifier": "com.hula.app",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist",
"devUrl": "http://127.0.0.1:5210"
},
"bundle": {
"active": true,
"resources": [
"configuration",
"draco"
],
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png",
"icons/Square30x30Logo.png",
"icons/Square44x44Logo.png",
"icons/Square71x71Logo.png",
"icons/Square89x89Logo.png",
"icons/Square107x107Logo.png",
"icons/Square142x142Logo.png",
"icons/Square150x150Logo.png",
"icons/Square284x284Logo.png",
"icons/Square310x310Logo.png",
"icons/StoreLogo.png"
],
"android": {
"minSdkVersion": 26
}
},
"app": {
"windows": [
{
"title": "登录",
"label": "mobile-home",
"url": "/mobile/splashscreen",
"width": 800,
"height": 600,
"resizable": false,
"fullscreen": true
}
],
"security": {
"csp": null
}
},
"plugins": {
"statusBar": {
"backgroundColor": "transparent",
"style": "light"
},
"safeAreaInsets": {
"enabled": true
}
}
}