基本功能完善

This commit is contained in:
DelLevin-Home
2026-03-07 00:40:01 +08:00
parent f2ab6a17ba
commit 082145ff79
39 changed files with 5726 additions and 867 deletions

View File

@@ -61,6 +61,7 @@ class MovieStatusBar extends StatelessWidget {
final isSelected = index == currentIndex;
Color color;
// 0:已看(深色), 1:在看(中灰), 2:想看(浅灰)
switch (index) {
case 0:
color = const Color(0xFF1A1A1A);