新增iOS模拟器选择并启动脚本

This commit is contained in:
JSR
2026-03-19 18:05:10 +08:00
parent ec3929d65d
commit bc5818f9eb
2 changed files with 83 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"ios:sim": "node scripts/ios-sim.js",
"format": "prettier --write .",
"lint": "eslint --cache .",
"lint:fix": "eslint --cache . --fix",