Complete bootstrap base frontend prototype.

- login page and playlist setting page frontend templates.
- fast API route.
- reading and saving config files
- mock login logic for UI interaction demo
This commit is contained in:
2025-04-04 20:16:09 +09:00
parent 662bc11821
commit e9fcaf508e
7 changed files with 263 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
.custom-sidebar {
max-width: 300px !important; /* 设置最大宽度为 300px */
}