提交 6e3320f4 编写于 作者: View Design's avatar View Design

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

...@@ -10,13 +10,6 @@ ...@@ -10,13 +10,6 @@
@update-query="handleUpdateQuery" @update-query="handleUpdateQuery"
/> />
<div class="container min-h-svh max-w-screen-lg flex flex-col space-y-6 p-6 mb-6 pb-0" id="scrollElement"> <div class="container min-h-svh max-w-screen-lg flex flex-col space-y-6 p-6 mb-6 pb-0" id="scrollElement">
<!-- <div class="grid">
<ISearchTitle as="h1" :title="state.query" />
</div>
<section class="flex items-center gap-2" v-if="state.repo">
<UIcon name="i-simple-icons-github" />
{{ state.repo }}
</section> -->
<template v-for="(item, index) in data" :key="index"> <template v-for="(item, index) in data" :key="index">
<div class="grid"> <div class="grid">
<ISearchTitle as="h2" :title="item.question" :id="index + 1" /> <ISearchTitle as="h2" :title="item.question" :id="index + 1" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册