Update Tauri project configuration and dependencies

- Modified Claude settings configuration
- Updated index.html
- Added Cargo.lock file
- Updated Cargo.toml dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-10 10:57:53 +08:00
parent d8f32d9915
commit cf50a5322f
4 changed files with 5231 additions and 5 deletions

View File

@@ -2,7 +2,10 @@
"permissions": {
"allow": [
"Bash(git init:*)",
"Bash(git add:*)"
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git remote add origin:*)",
"Bash(git push:*)"
]
}
}