Files
Termix/.claude/settings.local.json
ZacharyZcR d4f6dc05c3 Merge electron-conversion-dev-1.6.0 into main
This merge brings the complete Electron desktop application implementation into main branch:
- Full Electron desktop architecture with cross-platform support
- Complete i18n internationalization system (English/Chinese)
- Mobile keyboard support and responsive design improvements
- Updated dependencies and version 1.6.0
- Enhanced user interface components and admin functionality
- Directory restructure from src/ui/Apps/* to src/ui/Desktop/Apps/*

All merge conflicts resolved preserving i18n functionality as requested.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 20:44:18 +08:00

15 lines
303 B
JSON

{
"permissions": {
"allow": [
"Read(/C:\\Users\\29037\\WebstormProjects\\Termix\\docker/**)",
"Bash(git fetch:*)",
"Bash(git pull:*)",
"Bash(git checkout:*)",
"Bash(git add:*)",
"Bash(grep:*)",
"Bash(git push:*)"
],
"deny": [],
"ask": []
}
}