Add vibrate, fix downloads, and fix nav bar

This commit is contained in:
2026-05-10 06:21:06 +00:00
parent 965bf6471f
commit 3e0025b792
9 changed files with 144 additions and 33 deletions

10
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"@capacitor/app": "^8.1.0",
"@capacitor/core": "^8.3.3",
"@capacitor/filesystem": "^8.1.2",
"@capacitor/haptics": "^8.0.2",
"@vueuse/core": "^14.3.0",
"async-mutex": "^0.5.0",
"class-variance-authority": "^0.7.1",
@@ -1723,6 +1724,15 @@
"@capacitor/core": ">=8.0.0"
}
},
"node_modules/@capacitor/haptics": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-8.0.2.tgz",
"integrity": "sha512-c2hZzRR5Fk1tbTvhG1jhh2XBAf3EhnIerMIb2sl7Mt41Gxx1fhBJFDa0/BI1IbY4loVepyyuqNC9820/GZuoWQ==",
"license": "MIT",
"peerDependencies": {
"@capacitor/core": ">=8.0.0"
}
},
"node_modules/@capacitor/ios": {
"version": "8.3.3",
"resolved": "https://registry.npmjs.org/@capacitor/ios/-/ios-8.3.3.tgz",