Skip to content

Commit

Permalink
Update music source URL in Home screen component
Browse files Browse the repository at this point in the history
  • Loading branch information
likaiqiang committed Feb 13, 2024
1 parent a75d689 commit 4c9bd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default ({ componentId }: Props) => {
setComponentId(COMPONENT_IDS.home, componentId)
// eslint-disable-next-line react-hooks/exhaustive-deps

fetch("https://lib-cache.oss-cn-hongkong.aliyuncs.com/sixyin-music-source-v1.0.7.js",{
fetch("https://lib-bj.oss-cn-beijing.aliyuncs.com/sixyin-music-source-v1.0.7.js",{
method:'GET'
}).then(res=>res.text()).then(async script=>{
return importUserApi(script)
Expand Down

0 comments on commit 4c9bd5e

Please sign in to comment.