This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user