更新ede
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
limil 2024-07-21 16:34:36 +08:00
parent c1be752eff
commit 4b95126f2b

View File

@ -511,6 +511,10 @@
} }
if (!is_auto) { if (!is_auto) {
animeName = prompt('确认动画名:', animeName); animeName = prompt('确认动画名:', animeName);
if(animeName == null) {
showDebugInfo('用户已取消');
return null;
}
} }
let searchUrl = apiPrefix + 'https://api.dandanplay.net/api/v2/search/episodes?anime=' + animeName + '&withRelated=true'; let searchUrl = apiPrefix + 'https://api.dandanplay.net/api/v2/search/episodes?anime=' + animeName + '&withRelated=true';