This commit is contained in:
2024-01-23 14:36:21 +08:00
parent d37c124c5a
commit 946ec691af
16 changed files with 198 additions and 45 deletions

View File

@@ -40,3 +40,5 @@ export interface File {
out: string
error: boolean
}
export type Tab = "code" | "input" | "output" | "setting"