feat: voice print

This commit is contained in:
Dogtiti
2024-11-08 22:02:31 +08:00
parent a4c9eaf6cd
commit 8b4ca133fd
5 changed files with 166 additions and 22 deletions

View File

@@ -0,0 +1,11 @@
.voice-print {
width: 100%;
height: 60px;
margin: 20px 0;
canvas {
width: 100%;
height: 100%;
filter: brightness(1.2); // 增加整体亮度
}
}