feat: 小象助手

This commit is contained in:
2026-03-31 11:05:07 +08:00
parent f5efaa8eaf
commit 405571b1d6
5 changed files with 193 additions and 78 deletions

View File

@@ -5,7 +5,7 @@
<img src="@/assets/images/assistant-head.png" class="assistant-head" />
</div>
<div class="list-item-content-text">
{{$t('Assistant.greeting')}}
{{ $t('Assistant.greeting') }}
</div>
</div>
<div
@@ -21,7 +21,13 @@
class="assistant-head"
/>
</div>
<div class="list-item-content-text">{{ item.content }}</div>
<div class="list-item-content-text">
<VueMarkdown
:custom-attrs="customAttrs"
:markdown="item.content"
:rehype-plugins="[rehypeRaw]"
/>
</div>
</div>
</div>
</template>