feat: add layout of chat and login

This commit is contained in:
Quicy
2026-01-29 14:57:14 +08:00
parent 041f1afde0
commit e7500e5a12
18 changed files with 507 additions and 153 deletions
+7 -3
View File
@@ -1,9 +1,14 @@
{
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"editor.tabSize": 2,
"[typescript]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
@@ -33,4 +38,3 @@
"editor.insertSpaces": true
}
}