This commit is contained in:
Horis 2024-01-21 22:54:32 +08:00
parent 08e95af431
commit f46361d357
2 changed files with 8 additions and 1 deletions

View File

@ -36,7 +36,14 @@ object ChineseUtils {
remove("")
remove("支援")
remove("沈默")
remove("類比")
remove("模擬")
remove("划槳")
remove("列根")
remove("路易斯")
remove("非同步")
remove("出租车")
remove("周杰倫")
}
}

View File

@ -116,7 +116,7 @@ onUnmounted(() => {
p {
display: block;
word-wrap: break-word;
word-break: break-all;
// word-break: break-all;
letter-spacing: calc(v-bind("props.spacing.letter") * 1em);
line-height: calc(1 + v-bind("props.spacing.line"));