mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-29 06:36:50 +08:00
AI绘图默认开启 “图片生成” 按钮,改的有问题
This commit is contained in:
@ -371,7 +371,7 @@
|
||||
//模型名称
|
||||
const modelName = ref<string>('');
|
||||
//是否开启绘画
|
||||
const enableDraw = ref<boolean>(true);
|
||||
const enableDraw = ref<boolean>(false);
|
||||
//是否显示工具栏
|
||||
const showDraw = ref<boolean>(false);
|
||||
//绘画模型的id
|
||||
|
||||
Reference in New Issue
Block a user