feat: 优化播放条和mv播放时没有暂停音乐的问题

This commit is contained in:
algerkong
2023-12-27 21:05:25 +08:00
parent 62d414d659
commit a504b914fe
5 changed files with 58 additions and 39 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export const formatNumber = (num: any) => {
}
export const getIsMc = () => {
return true
return false
}
const ProxyUrl =
import.meta.env.VITE_API_PROXY + '' || 'http://110.42.251.190:9856'