添加调试模块

This commit is contained in:
2024-12-22 02:06:54 +08:00
parent b89cef5b7c
commit c9bcd42ada
4 changed files with 46 additions and 3 deletions

View File

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