feat: Refactor download queue UI with real-time updates, add queue management buttons, and streamline socket event handling.

This commit is contained in:
2026-01-01 00:32:59 +09:00
parent 681fc0790c
commit 9e25f1f02e
13 changed files with 1431 additions and 845 deletions

View File

@@ -47,7 +47,7 @@ function get_formdata(form_id) {
}
function globalRequestSearch2(page, move_top = true) {
var formData = getFormdata("#form_search")
var formData = get_formdata("#form_search")
formData += "&page=" + page
console.log(formData)
$.ajax({