first commit

This commit is contained in:
2026-05-31 11:12:06 +08:00
commit dedd837b18
22 changed files with 9561 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"permissions": {
"allow": [
"Bash(npm init *)",
"Bash(npm install *)",
"Bash(npm uninstall *)",
"Bash(npm ls *)",
"Bash(npm run *)",
"Bash(npm config *)",
"Bash(export ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/)",
"Bash(node *)",
"Bash(ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ node *)",
"Bash(pkill -f \"electron-vite\")",
"Bash(npm list *)",
"Bash(npx electron-vite *)"
]
}
}