Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in

李宁 / Activity

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • Activity
  • channelBusiManage
  • .claude
  • settings.local.json
  •  李宁's avatar
    1 · 4bfad21c
    李宁 committed Nov 26, 2025
    4bfad21c
settings.local.json 277 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "permissions": {
    "allow": [
      "Bash(grep -E \"\\.(js|vue|html)$\")",
      "Bash(npm install axios)",
      "Bash(tree src/)",
      "Bash(npm run build)",
      "Bash(npm run build-only)",
      "Bash(npm run type-check)"
    ],
    "deny": [],
    "ask": []
  }
}