wrap
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-28 15:36:55 +08:00
parent f8d6b2a9ae
commit 41f3eedcbe

View File

@ -2,7 +2,7 @@
import { onMount } from "svelte";
import krgsay from "$lib/assets/krgsay.png";
let content = '嗨小朋友们大家好!你们认识我是谁吗?';
let content = '嗨小朋友们大家好!\n你们认识我是谁吗?';
onMount(async () => {
(window as any)['setContent'] = (_content: string) => {
@ -41,5 +41,6 @@
align-items: center;
justify-content: center;
text-align: center;
white-space: pre-wrap;
}
</style>