提交 5a0a6200 编写于 作者: D DebugIsFalse

Merge branch 'main' of gitcode.com:git_bot/ai-fe

<template>
<article class="prose max-w-none" v-html="mdHtml"></article>
<article class="prose dark:prose-invert max-w-none" v-html="mdHtml"></article>
</template>
<script setup>
import MarkdownIt from 'markdown-it'
......
......@@ -3716,8 +3716,6 @@
},
"node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/napi-wasm/-/napi-wasm-1.1.0.tgz",
"integrity": "sha512-lHwIAJbmLSjF9VDRm9GoVOy9AGp3aIvkjv+Kvz9h16QR3uSVYH78PNQUnT2U4X53mhlnV2M7wrhibQ3GHicDmg==",
"inBundle": true,
"license": "MIT"
},
......@@ -17742,8 +17740,6 @@
"dependencies": {
"napi-wasm": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/napi-wasm/-/napi-wasm-1.1.0.tgz",
"integrity": "sha512-lHwIAJbmLSjF9VDRm9GoVOy9AGp3aIvkjv+Kvz9h16QR3uSVYH78PNQUnT2U4X53mhlnV2M7wrhibQ3GHicDmg==",
"bundled": true
}
}
......
......@@ -26,10 +26,16 @@
<h1 class="text-3xl truncate">{{ state.query }}</h1>
<section>{{ state.repo }}</section>
<div class="flex flex-col gap-2">
<USkeleton class="h-4" />
<USkeleton class="h-4" />
<USkeleton class="h-4 w-2/3" />
</div>
<template v-for="(item, index) in data" :key="index">
<h1 class="text-3xl truncate" v-if="index !== 0" :id="index + 1">{{ item.question }}</h1>
<UCard :ui="{ body: { padding: 'p-4 sm:p-4' } }">
<UAccordion :items="[{}]">
<UAccordion :items="[{}]" default-open>
<template #default="{ open }">
<div class="flex justify-between items-center">
<div class="flex items-center gap-2 text-lg">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册