AI绘图默认开启 “图片生成” 按钮

This commit is contained in:
JEECG
2026-01-28 15:25:50 +08:00
parent 9a43a8d41a
commit feff669413
2 changed files with 2 additions and 1 deletions

View File

@ -371,7 +371,7 @@
//模型名称 //模型名称
const modelName = ref<string>(''); const modelName = ref<string>('');
//是否开启绘画 //是否开启绘画
const enableDraw = ref<boolean>(false); const enableDraw = ref<boolean>(true);
//是否显示工具栏 //是否显示工具栏
const showDraw = ref<boolean>(false); const showDraw = ref<boolean>(false);
//绘画模型的id //绘画模型的id

View File

@ -123,6 +123,7 @@
name: 'AI绘画', name: 'AI绘画',
icon: 'https://minio.jeecg.com/otatest/AiWrite_1769395779558.png', icon: 'https://minio.jeecg.com/otatest/AiWrite_1769395779558.png',
prologue: '请输入文本,并选择图像生成,我来为你生成图片', prologue: '请输入文本,并选择图像生成,我来为你生成图片',
metadata:"{\"izDraw\":\"1\"}"
}, },
]); ]);