编写登录页面和主页面

This commit is contained in:
2026-01-07 15:50:03 +08:00
parent 3a1a5375a2
commit cbff78a0cd
5 changed files with 670 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(npm init -y)",
"Bash(npm install:*)",
"Bash(tree:*)",
"Bash(npm run)",
"Bash(npm run dev)"
]
}
}