mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-17 15:25:03 +08:00
添加蓝光、高清、标清
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user