【优化】调整 ai Image 方法注释

This commit is contained in:
cherishsince
2024-06-03 10:16:56 +08:00
parent 9bd8d8e9cb
commit 8e821445c2
6 changed files with 20 additions and 60 deletions

View File

@ -33,17 +33,13 @@ const selectModel = ref('DALL3绘画')
const modelOptions = ['DALL3绘画', 'MJ绘画']
const drawIn = ref<boolean>(false) // 生成中
/**
* 绘画 - start
*/
/** 绘画 - start */
const handlerDrawStart = async (type) => {
// todo
drawIn.value = true
}
/**
* 绘画 - complete
*/
/** 绘画 - complete */
const handlerDrawComplete = async (type) => {
drawIn.value = false
// todo