update
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-10-22 00:18:27 +08:00
parent 64eeffd041
commit 9164fff6c2
9 changed files with 345 additions and 394 deletions

View File

@@ -32,7 +32,6 @@ export const status = ref(Status.NotStarted)
export const loading = ref(false)
export const turtleRunId = ref(0)
export const size = ref(0)
export const debug = ref(false)
watch(size, (value: number) => {
cache.fontsize.value = value