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

@@ -37,9 +37,7 @@ const props = defineProps({
}
})
/**
* 按钮 - 点击事件
*/
/** 按钮 - 点击事件 */
const handlerBtnClick = async (type, imageDetail: ImageDetailVO) => {
emits('onBtnClick', type, imageDetail)
}