feat: 大部分注册登录功能

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-24 18:02:42 +08:00
parent 5ab74ad9dd
commit 5294528148
23 changed files with 858 additions and 167 deletions
+11
View File
@@ -0,0 +1,11 @@
export default {
theme: {
extend: {
colors: {
blue: {
600: "var(--el-color-primary, #2563eb)"
}
}
}
}
};