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>
15 lines
303 B
JSON
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": []
|
|
}
|
|
} |