提交 98e8a06a 编写于 作者: D DebugIsFalse

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

...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
v-for="item in recommendQuestions" v-for="item in recommendQuestions"
color="gray" color="gray"
size="md" size="md"
:variant="colorMode.value === 'dark' ? 'solid' : 'soft'"
@click="handleClick(item.title)" @click="handleClick(item.title)"
> >
<div class="justify-between w-full flex items-center"> <div class="justify-between w-full flex items-center">
...@@ -18,6 +19,7 @@ ...@@ -18,6 +19,7 @@
</div> </div>
</template> </template>
<script setup> <script setup>
const colorMode = useColorMode()
defineProps({ defineProps({
recommendQuestions: { recommendQuestions: {
type: Array, type: Array,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册