feat: 修改埋点

This commit is contained in:
zyronon
2025-08-10 20:34:13 +08:00
parent 55e0e9b671
commit 66975fbe6e
5 changed files with 12 additions and 8 deletions

View File

@@ -416,7 +416,10 @@ a {
.book {
@extend .anim;
@apply p-4 rounded-md relative cursor-pointer h-40 bg-third hover:bg-card-active flex flex-col justify-between;
@apply p-4 rounded-md relative cursor-pointer bg-third hover:bg-card-active flex flex-col justify-between;
$w: 6rem;
width: $w;
height: calc($w * 1.4);
}
.line {