🚸 优化自定义表情处理

This commit is contained in:
目棃
2025-03-25 14:05:19 +08:00
parent d15d78b73f
commit d430cd4672
3 changed files with 61 additions and 38 deletions

View File

@@ -52,6 +52,6 @@ const bgImage = computed<string>(() => {
}
.desc {
text-shadow: 0 0 2px var(--common-shadow-8);
text-shadow: 0 0 2px var(--common-shadow-t-8);
}
</style>