feat: basic ui

This commit is contained in:
2025-03-14 21:45:00 +08:00
parent 096d8aa231
commit e3e1a28462
15 changed files with 1585 additions and 51 deletions

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"files.associations": {
"*.css": "tailwindcss"
},
"editor.quickSuggestions": {
"strings": "on"
}
}