更新:增加登录失败提示反馈问题;修改样式问题

This commit is contained in:
2025-11-05 10:27:50 +08:00
parent a21fb92916
commit d908b049fa
4 changed files with 55 additions and 16 deletions

View File

@@ -8,6 +8,7 @@
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--color-red-500: oklch(63.7% 0.237 25.331);
--color-emerald-600: oklch(59.6% 0.145 163.225);
--ease-out: cubic-bezier(0, 0, 0.2, 1);
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--default-transition-duration: 150ms;