+
+
+ {{
+ t('agent.thinking')
+ }}
+
+ {{
+ t('agent.thinkComplete')
+ }}
+
+
-
+
{{ content.thinkingText }}
-
+ -->
-
+
+
+
{
- props.content.thinkingCollapsed = !props.content.thinkingCollapsed
+ thinkingCollapsed.value = !thinkingCollapsed.value
}
const handleClickReport = () => {
@@ -241,6 +263,9 @@
MyEvent.emit('openUrls', props.content.webAddress)
// 点击显示来源
}
+ const handleClickSketch = () => {
+ MyEvent.emit('openSketch')
+ }
\ No newline at end of file
diff --git a/src/views/home/components/Input.vue b/src/views/home/components/Input.vue
index 8918dac..f3062d1 100644
--- a/src/views/home/components/Input.vue
+++ b/src/views/home/components/Input.vue
@@ -465,7 +465,7 @@
// 打字机效果显示placeholder文本
const placeholderText =
- 'Generate a furniture trending report for 2025, including popular styles and design directions.'
+ 'Generate a furniture trending report for 2026, including popular styles and design directions.'
typeWriterEffect(placeholderSpan, placeholderText)
const removePlaceholderOnInput = () => {
@@ -1378,6 +1378,7 @@
.agent-modal {
// width: 14.6rem;
// height: 8.5rem;
+
row-gap: 1.2rem;
font-family: 'Medium';
font-weight: 500;
@@ -1388,6 +1389,7 @@
box-shadow: 0px 6.53px 32.63px 0px #0000000d;
border-radius: 1rem;
padding: 1.2rem 1.4rem;
+ transform: translateX(calc(50% - 1.6rem));
.c-svg {
width: initial;
width: 1rem;