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

This commit is contained in:
2025-09-16 17:37:43 +08:00
parent d9bcb81109
commit 4b59d1cf17
9 changed files with 277 additions and 176 deletions

View File

@@ -1,6 +1,6 @@
import { RemovableRef } from "@vueuse/core"
export type LANGUAGE = "c" | "python" | "cpp"
export type LANGUAGE = "c" | "python" | "cpp" | "turtle"
export interface Code {
value: string