Initial commit

This commit is contained in:
anghunk
2026-01-14 10:02:58 +08:00
commit 8f2fde5188
86 changed files with 74925 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(npm install)",
"Bash(npm run build:*)",
"Bash(npm install -D vitepress)",
"Bash(npm uninstall vitepress)"
]
}
}