feat: api创建

This commit is contained in:
zhangyh
2025-10-24 17:37:15 +08:00
parent 21384516ce
commit 5fe30c82c8
14 changed files with 197 additions and 86 deletions

View File

@@ -13,8 +13,7 @@
<div class="message-text">
{{ value.content }}
</div>
<!-- AI消息显示操作栏 -->
<div v-if="!isMyself" class="message-actions flex">
<!-- <div v-if="!isMyself" class="message-actions flex">
<SvgIcon
v-for="item in actionList"
:key="item.value"
@@ -22,7 +21,7 @@
size="39"
@click.stop="handleClickAction(item.value)"
/>
</div>
</div> -->
</div>
</div>
</template>