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\"}"
}, },
]); ]);