Update index.html

This commit is contained in:
苏晓晴 2025-01-15 23:36:10 +08:00 committed by GitHub
parent ced1295054
commit 4c36462499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,7 @@
return;
}
$.post('/fetch_data', { song_ids: validId, level: level }, function(data) {
$.post('/Song_V1', { url: validId, level: level, type:'json' }, function(data) {
if (data.status === 200) {
$('#song_name').text(data.name);
$('#song_picUrl').attr('href', data.pic).text('点击查看');