【增加】Ai Image 列表增加自动刷新

This commit is contained in:
cherishsince
2024-05-28 09:51:58 +08:00
parent f74e8e6689
commit 0b8301cc1c
2 changed files with 10 additions and 3 deletions

View File

@ -29,7 +29,6 @@ const selectModel = ref('DALL3绘画')
const modelOptions = ['DALL3绘画', 'MJ绘画']
const drawIn = ref<boolean>(false) // 生成中
/**
* 绘画 - start
*/
@ -101,5 +100,4 @@ onMounted( async () => {
}
}
</style>