refactor: Implement common base module and model for anime downloader plugins and refactor existing modules to use them.

This commit is contained in:
2026-01-01 22:58:25 +09:00
parent 5dab969580
commit 88aeb888b3
20 changed files with 555 additions and 409 deletions

View File

@@ -147,7 +147,7 @@
});
function global_sub_request_search(page, move_top = true) {
console.log('........................')
// console.log('........................')
var formData = get_formdata('#form_search')
formData += '&page=' + page;
$.ajax({
@@ -157,7 +157,7 @@
data: formData,
dataType: "json",
success: function (data) {
console.log(data)
// console.log(data)
current_data = data;
if (move_top) {
window.scrollTo(0,0);