第一版

This commit is contained in:
yinsx
2025-12-16 16:21:26 +08:00
parent 0c73ef2547
commit 8ba7e635f5
15 changed files with 1006 additions and 30 deletions

View File

@ -2,7 +2,13 @@
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(npm install:*)"
"Bash(npm install:*)",
"Bash(node test-poem.js:*)",
"Bash(printf:*)",
"Bash(timeout 2 node:*)",
"Bash(npm ls:*)",
"Bash(timeout 1 node:*)",
"Bash(node -e:*)"
]
}
}