feat: Added iOS support

This commit is contained in:
xhguo
2025-12-12 17:58:20 +08:00
parent b2e985a790
commit 7c23ca549b
16 changed files with 2884 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(tree:*)",
"Bash(chmod:*)",
"Bash(ls:*)",
"Bash(python:*)"
],
"deny": [],
"ask": []
}
}