【优化】调整 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

@ -85,24 +85,18 @@ const props = defineProps({
}
})
/**
* 抽屉 - close
*/
/** 抽屉 - close */
const handlerDrawerClose = async () => {
emits('handlerDrawerClose')
}
/**
* 获取 - 图片 detail
*/
/** 获取 - 图片 detail */
const getImageDetail = async (id) => {
// 获取图片详细
imageDetail.value = await ImageApi.getImageDetail(id)
}
/**
* 任务 - detail
*/
/** 任务 - detail */
const handlerTaskDetail = async () => {
showDrawer.value = true
}