([]); // 模型列表
/** 绘画 start */
-async function handleDrawStart() {}
+function handleDrawStart() {
+ // drawing state is handled by child components
+}
/** 绘画 complete */
async function handleDrawComplete() {
diff --git a/apps/web-antd/src/views/ai/mindmap/index/modules/right.vue b/apps/web-antd/src/views/ai/mindmap/index/modules/right.vue
index a2537f393..3e03e3735 100644
--- a/apps/web-antd/src/views/ai/mindmap/index/modules/right.vue
+++ b/apps/web-antd/src/views/ai/mindmap/index/modules/right.vue
@@ -150,10 +150,12 @@ defineExpose({
ref="mdContainerRef"
class="wh-full overflow-y-auto"
>
+
+
+
diff --git a/apps/web-ele/src/components/markdown-view/markdown-view.vue b/apps/web-ele/src/components/markdown-view/markdown-view.vue
index e3af56379..bb8bb0594 100644
--- a/apps/web-ele/src/components/markdown-view/markdown-view.vue
+++ b/apps/web-ele/src/components/markdown-view/markdown-view.vue
@@ -47,6 +47,7 @@ onMounted(async () => {
+
diff --git a/apps/web-ele/src/views/ai/chat/index/index.vue b/apps/web-ele/src/views/ai/chat/index/index.vue
index 693403c4a..72e38fef1 100644
--- a/apps/web-ele/src/views/ai/chat/index/index.vue
+++ b/apps/web-ele/src/views/ai/chat/index/index.vue
@@ -582,7 +582,7 @@ onMounted(async () => {
size="small"
@click="openChatConversationUpdateForm"
>
-
+ {{ activeConversation?.modelName }}
(); // image 列表 ref
const dall3Ref = ref(); // dall3(openai) ref
const midjourneyRef = ref(); // midjourney ref
const stableDiffusionRef = ref(); // stable diffusion ref
-//@ts-expect-error unused-imports/no-unused-vars
+// @ts-expect-error: template ref is retained for future provider expansion
const commonRef = ref(); // stable diffusion ref
const selectPlatform = ref('common'); // 选中的平台
@@ -46,7 +46,9 @@ const platformOptions = [
const models = ref([]); // 模型列表
/** 绘画 start */
-async function handleDrawStart() {}
+function handleDrawStart() {
+ // drawing state is handled by child components
+}
/** 绘画 complete */
async function handleDrawComplete() {
diff --git a/apps/web-ele/src/views/ai/mindmap/index/modules/right.vue b/apps/web-ele/src/views/ai/mindmap/index/modules/right.vue
index 5adc66aaf..8da862585 100644
--- a/apps/web-ele/src/views/ai/mindmap/index/modules/right.vue
+++ b/apps/web-ele/src/views/ai/mindmap/index/modules/right.vue
@@ -155,10 +155,12 @@ defineExpose({
ref="mdContainerRef"
class="wh-full overflow-y-auto"
>
+
+
信息复用
+