feat: 优化播放体验 优化代码 优化歌词缓存

This commit is contained in:
alger
2025-01-16 23:19:16 +08:00
parent 7efeb9492b
commit f652932d71
14 changed files with 440 additions and 3893 deletions
+14 -1
View File
@@ -11,7 +11,12 @@
}
.n-slider-handle-indicator--top {
@apply bg-transparent dark:text-[#ffffffdd] text-[#000000dd] text-2xl px-2 py-1 shadow-none mb-0 !important;
@apply bg-transparent text-2xl px-2 py-1 shadow-none mb-0 dark:text-[#ffffffdd] text-[#000000dd] !important;
mix-blend-mode: difference !important;
}
.v-binder-follower-container:has(.n-slider-handle-indicator--top) {
z-index: 999999999 !important;
}
.text-el {
@@ -56,3 +61,11 @@
--text-color-300: #3d3d3d;
--primary-color: #22c55e;
}
:root {
--text-color: #000000dd;
}
:root[class='dark'] {
--text-color: #ffffffdd;
}