初始化

This commit is contained in:
2026-02-25 18:49:41 +08:00
commit 23d9e73969
14 changed files with 2364 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npm create vite@latest . -- --template vue 2>&1)",
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npm create vite@latest . -- --template vue --force 2>&1)",
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npm install 2>&1)",
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npx vite build 2>&1)"
]
}
}