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,9 +1,9 @@
<script lang="ts" setup>
import { Icon } from "@iconify/vue"
import copyTextToClipboard from "copy-text-to-clipboard"
import { useMessage, type DropdownOption } from "naive-ui"
import { code, loading, reset, run, share } from "../composables/code"
import { tab } from "../composables/tab"
import copyTextToClipboard from "copy-text-to-clipboard"
import { Icon } from "@iconify/vue"
const message = useMessage()
function switchAndRun() {