This commit is contained in:
2025-02-23 23:23:06 +08:00
parent e275da04ee
commit 73ad304863
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ export function reset(lang: "html" | "css" | "js") {
}
}
export const size = useStorage("web-fontsize", 14)
export const size = useStorage("web-fontsize", 24)
export function changeSize(num: number) {
size.value = num
}