提交 4dafc1fc 编写于 作者: D DebugIsFalse

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

......@@ -54,7 +54,7 @@ const cardUI = {
padding: '',
base: 'flex items-end has-[textarea[rows="1"]]:items-center pl-4 pr-1 py-1 gap-2'
},
base: 'transition-all w-3/5 has-[:focus]:w-full',
base: 'transition-[width] w-3/5 has-[:focus]:w-full',
rounded: 'rounded has-[textarea[rows="1"]]:rounded-full'
}
defineShortcuts({
......
......@@ -9,7 +9,7 @@
<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="Math.random()">
<div class="grid" v-if="index !== 0">
<h1 class="text-3xl" :id="index + 1">{{ item.question }}</h1>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册