把自测猫搬进来了

This commit is contained in:
2024-07-04 20:17:44 +08:00
parent 6b457f5aae
commit 3a53ee0846
6 changed files with 171 additions and 30 deletions

View File

@@ -6,3 +6,6 @@ export const code = reactive<Code>({
value: "",
language: storage.get(STORAGE_KEY.LANGUAGE) || "Python3",
})
export const input = ref("")
export const output = ref("")