mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-01 08:05:19 +08:00
AI绘图默认开启 “图片生成” 按钮
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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\"}"
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user