This commit is contained in:
2024-07-04 21:01:36 +08:00
parent 1396f70428
commit c63282462a
12 changed files with 308 additions and 313 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { code } from "../composables/code"
import type { SelectOption } from "naive-ui"
import { h } from "vue"
import { code } from "../composables/code"
const LANGS = [
["python", "Python"],