settings.local.json 734 B

123456789101112131415
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(find . -not -path */node_modules/* -not -path */.git/* -type f)",
  5. "Bash(npm install:*)",
  6. "Bash(npm run:*)",
  7. "Bash(npx tsc:*)",
  8. "Bash(python3 -c \":*)",
  9. "Bash(node -e \"const fs=require\\(''fs''\\); const d=fs.readFileSync\\(''f:/uxianqi-Project/ai/lan-reader-chat/data/demo-books.ts''\\); const lines=d.toString\\(''hex''\\).split\\(''0a''\\); console.log\\(lines[14].substring\\(0,60\\)\\); console.log\\(lines[20].substring\\(0,60\\)\\);\")",
  10. "Bash(node -e \":*)",
  11. "Bash(node \"f:/uxianqi-Project/ai/lan-reader-chat/scripts/extend-chapter.js\")",
  12. "Bash(node \"f:/uxianqi-Project/ai/lan-reader-chat/scripts/extend-ch1.js\")"
  13. ]
  14. }
  15. }