save before filter
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

This commit is contained in:
xugp
2026-04-01 12:00:00 +08:00
parent 01d6e87a53
commit 87c94ae3a9
6 changed files with 254 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"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:*)"
]
}
}