linkkf 로직수정중

This commit is contained in:
2025-12-25 19:42:32 +09:00
parent 695d26767e
commit af9a38a973
128 changed files with 8711 additions and 1484 deletions

View File

@@ -33,7 +33,7 @@ $('#use_login').change(function() {
$("body").on('click', '#apikey_generate_btn', function(e) {
e.preventDefault();
globalSendCommand('apikey_generate', null, null, null, null, function(ret){
globalSendCommand('apikey_generate', null, null, null, function(ret){
$("#apikey").val(ret);
});
});