feat: add login system backend

This commit is contained in:
2026-02-18 01:08:26 +08:00
parent dc1b192f47
commit df4fad2c5a
13 changed files with 383 additions and 100 deletions

View File

@@ -7,6 +7,12 @@
themes: all;
};
@plugin "daisyui/theme" {
name: "light";
--color-primary: blue;
--color-secondary: teal;
}
/* Custom Scrollbar Styles */
::-webkit-scrollbar {
width: 8px;