mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
资源cdn修改
This commit is contained in:
parent
878cc7fffc
commit
5195a56a79
@ -13,6 +13,7 @@ module.exports = (query, request) => {
|
|||||||
time: query.time,
|
time: query.time,
|
||||||
type: 'song',
|
type: 'song',
|
||||||
wifi: 0,
|
wifi: 0,
|
||||||
|
source: 'list',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]),
|
]),
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<input id="file" type="file" />
|
<input id="file" type="file" />
|
||||||
<img id="avatar" style="height: 200px; width: 200px; border-radius: 50%" />
|
<img id="avatar" style="height: 200px; width: 200px; border-radius: 50%" />
|
||||||
<script src="https://cdn.bootcdn.net/ajax/libs/axios/0.20.0-0/axios.min.js
|
<script src="https://cdn.jsdelivr.net/npm/axios@0.26.1/dist/axios.min.js
|
||||||
"></script>
|
"></script>
|
||||||
<script>
|
<script>
|
||||||
const phone = ''
|
const phone = ''
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<input id="file" type="file" multiple/>
|
<input id="file" type="file" multiple/>
|
||||||
|
|
||||||
<script src="https://cdn.bootcdn.net/ajax/libs/axios/0.20.0-0/axios.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/axios@0.26.1/dist/axios.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const phone = '' // 这里填手机号
|
const phone = '' // 这里填手机号
|
||||||
const password = '' // 这里填密码
|
const password = '' // 这里填密码
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<script src="https://cdn.bootcdn.net/ajax/libs/axios/0.20.0-0/axios.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/axios@0.26.1/dist/axios.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const phone = '' // 这里填手机号
|
const phone = '' // 这里填手机号
|
||||||
const password = '' // 这里填密码
|
const password = '' // 这里填密码
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<script src="https://cdn.bootcdn.net/ajax/libs/axios/0.20.0-0/axios.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/axios@0.26.1/dist/axios.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const phone = '' // 这里填手机号
|
const phone = '' // 这里填手机号
|
||||||
const password = '' // 这里填密码
|
const password = '' // 这里填密码
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
id="playlist_cover"
|
id="playlist_cover"
|
||||||
style="height: 200px; width: 200px; border-radius: 50%"
|
style="height: 200px; width: 200px; border-radius: 50%"
|
||||||
/>
|
/>
|
||||||
<script src="https://cdn.bootcdn.net/ajax/libs/axios/0.20.0-0/axios.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/axios@0.26.1/dist/axios.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const phone = ''
|
const phone = ''
|
||||||
const password = ''
|
const password = ''
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<img id="qrImg" />
|
<img id="qrImg" />
|
||||||
<div id="info" class="info"></div>
|
<div id="info" class="info"></div>
|
||||||
<script src="https://cdn.bootcdn.net/ajax/libs/axios/0.20.0-0/axios.min.js
|
<script src="https://cdn.jsdelivr.net/npm/axios@0.26.1/dist/axios.min.js
|
||||||
"></script>
|
"></script>
|
||||||
<script>
|
<script>
|
||||||
async function checkStatus(key) {
|
async function checkStatus(key) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user