zxl #218

Merged
zhangxuelin merged 6 commits from zxl into main 2025-01-10 15:07:44 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b9f0d76ee4 - Show all commits

View File

@ -37,7 +37,7 @@ let params = {
pageSize: 500
}
const suffixAry = [ 'jpeg','jpg','png','gif','mp3','mp4','avi','mov']
const suffixAry = [ 'jpeg','jpg','png','gif','mp3','mp4','avi','mov',"wav"]
const videoSuffix = ['mp3','mp4','avi','mov']
const list = ref([])
const loading = ref(false)