提交 149110d7 编写于 作者: View Design's avatar View Design

Update [id].vue

上级 52a1c15f
...@@ -24,7 +24,10 @@ ...@@ -24,7 +24,10 @@
</header> </header>
<div class="container max-w-screen-lg flex flex-col space-y-4 mb-4 p-6"> <div class="container max-w-screen-lg flex flex-col space-y-4 mb-4 p-6">
<h1 class="text-3xl truncate">{{ state.query }}</h1> <h1 class="text-3xl truncate">{{ state.query }}</h1>
<section>{{ state.repo }}</section> <section class="flex items-center gap-2">
<UIcon name="i-simple-icons-github" />
{{ state.repo }}
</section>
<div class="flex flex-col gap-2"> <div class="flex flex-col gap-2">
<USkeleton class="h-4" /> <USkeleton class="h-4" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册