Files
rrweb/.claude/settings.local.json
xugp 71438691b3
Some checks failed
Tests / Tests (push) Has been cancelled
ESLint Check / ESLint Check and Report Upload (push) Has been cancelled
Prettier Check / Format Check (push) Has been cancelled
Prettier Check / Format Code (push) Has been cancelled
ESLint Check / Build Base for Bundle Size Comparison (push) Has been cancelled
feat: enhance web extension with export functionality and utility improvements
- Add export functionality to SessionList and Player pages
- Add new utility modules: dataOperations, format, path, settings
- Update manifest with export and download permissions
- Enhance storage utility with new data operations
- Add various test scripts and documentation files
2026-04-16 10:44:50 +08:00

30 lines
1.0 KiB
JSON

{
"permissions": {
"allow": [
"Bash(ls:*)",
"Bash(git -C \"C:\\\\Users\\\\xgp\\\\projects\\\\rrweb\" stash pop:*)",
"Bash(node:*)",
"Bash(git -C \"C:\\\\Users\\\\xgp\\\\projects\\\\rrweb\" push:*)",
"Bash(git ls-remote:*)",
"Bash(git -C \"C:\\\\Users\\\\xgp\\\\projects\\\\rrweb\" status:*)",
"Bash(start:*)",
"Bash(git -C \"C:\\\\Users\\\\xgp\\\\projects\\\\rrweb\" push \"https://gitea.fljx.top/xuguopeng/rrweb.git\" main --force-with-lease)",
"Bash(git -C \"C:\\\\Users\\\\xgp\\\\projects\\\\rrweb\" stash apply)",
"Bash(git -C \"C:\\\\Users\\\\xgp\\\\projects\\\\rrweb\" log --oneline -3)",
"Bash(git -C \"C:\\\\Users\\\\xgp\\\\projects\\\\rrweb\" remote:*)",
"Bash(git -C:*)",
"Bash(tasklist:*)",
"Bash(copy:*)",
"Bash(taskkill:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(npm install:*)",
"Bash(npm run dev:*)",
"Bash(npm run build:*)",
"Bash(find:*)",
"Bash(git reset:*)",
"Bash(del:*)"
]
}
}