添加蓝光、高清、标清

This commit is contained in:
test
2025-08-08 20:29:29 +08:00
parent 4bfd7e64f8
commit c762d1e0b9
12 changed files with 1592 additions and 352 deletions

View File

@@ -1,5 +1,12 @@
import axios from "axios"
// 睡眠
function delay(ms) {
return new Promise(resolve => {
setTimeout(resolve, ms)
})
}
// 获取分类集合
async function cate_list() {
try {
@@ -46,4 +53,4 @@ async function getUrlInfo(contId) {
}
}
export { cate_list, data_list, getUrlInfo }
export { cate_list, data_list, getUrlInfo, delay }