From 9354e2c38ebfcae2b9541ebb785442ddf4af0b43 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 23 Oct 2025 10:09:50 +0800 Subject: [PATCH] fix(Custom prompt words): The effective data source has been changed from some data sources to all data sources, and the details page has not changed. --- frontend/src/views/chat/ChatRow.vue | 10 +++++++- frontend/src/views/chat/index.vue | 23 ++++++++++++++++--- .../dashboard/editor/ChatChartSelection.vue | 2 +- frontend/src/views/system/prompt/index.vue | 2 +- 4 files changed, 31 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/chat/ChatRow.vue b/frontend/src/views/chat/ChatRow.vue index ffa4176f..16931d5f 100644 --- a/frontend/src/views/chat/ChatRow.vue +++ b/frontend/src/views/chat/ChatRow.vue @@ -9,6 +9,7 @@ withDefaults( msg: ChatMessage currentChat: ChatInfo hideAvatar?: boolean + logoAssistant?: string }>(), { hideAvatar: false, @@ -21,7 +22,14 @@ const appearanceStore = useAppearanceStoreWithOut()
- + + diff --git a/frontend/src/views/chat/index.vue b/frontend/src/views/chat/index.vue index 0926f2fb..3456c73c 100644 --- a/frontend/src/views/chat/index.vue +++ b/frontend/src/views/chat/index.vue @@ -183,7 +183,20 @@
- +
+ + + + {{ appearanceStore.name }} +