af-mobile-client-vue3 1.4.57 → 1.4.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.4.57",
4
+ "version": "1.4.58",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -145,7 +145,7 @@ function handleSelectSession(session: { chatId: string, title: string, lastTime:
145
145
  <McBubble v-else :content="msg.content" :avatar-config="{ imgSrc: liuliLogo }" :loading="msg.loading">
146
146
  <McMarkdownCard
147
147
  :content="msg.content"
148
- :typing="!useStream"
148
+ :typing="true"
149
149
  />
150
150
  </McBubble>
151
151
  </template>