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