af-mobile-client-vue3 1.4.89 → 1.4.90
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
|
@@ -233,7 +233,7 @@ function handleSelectSession(session: { chatId: string, title: string, lastTime:
|
|
|
233
233
|
<!-- 滚动锚点 -->
|
|
234
234
|
<div ref="scrollAnchorRef" class="scroll-anchor" />
|
|
235
235
|
</McLayoutContent>
|
|
236
|
-
<div class="shortcut" style="display: flex; align-items: center; gap: 8px">
|
|
236
|
+
<!-- <div class="shortcut" style="display: flex; align-items: center; gap: 8px">
|
|
237
237
|
<PromptList
|
|
238
238
|
v-if="!startPage && simplePrompt && simplePrompt.length"
|
|
239
239
|
:list="simplePrompt"
|
|
@@ -243,7 +243,7 @@ function handleSelectSession(session: { chatId: string, title: string, lastTime:
|
|
|
243
243
|
style="flex: 1"
|
|
244
244
|
@item-click="onSubmit($event.desc)"
|
|
245
245
|
/>
|
|
246
|
-
</div>
|
|
246
|
+
</div> -->
|
|
247
247
|
<McLayoutSender class="mc-layout-sender">
|
|
248
248
|
<McInput
|
|
249
249
|
:value="inputValue"
|
|
@@ -295,7 +295,7 @@ function handleSelectSession(session: { chatId: string, title: string, lastTime:
|
|
|
295
295
|
background: #ffffff;
|
|
296
296
|
z-index: 100;
|
|
297
297
|
padding-bottom: env(safe-area-inset-bottom);
|
|
298
|
-
border-top: 1px solid #f0f0f0;
|
|
298
|
+
// border-top: 1px solid #f0f0f0;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
.shortcut {
|