1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-04 19:14:41 +00:00

uwuzu v1.6.8 Hapuego

This commit is contained in:
だいちまる
2025-12-30 03:21:39 +09:00
parent 0666b6b2c4
commit b0b7b305eb
23 changed files with 1685 additions and 210 deletions
+7
View File
@@ -12,6 +12,7 @@ $(document).on('click', '.mini_irobtn', function (event) {
$(document).on('click', '#ueuse_image', function (event) {
var imgLink = $(this).attr('src');
var imgAIBlock = $(this).attr('data-aiblock');
var modal = $('#Big_ImageModal');
var modalMain = $('.modal-content');
@@ -19,6 +20,12 @@ $(document).on('click', '#ueuse_image', function (event) {
$(modalimg_zone).attr('src',imgLink);
if(imgAIBlock == "true"){
$("#NoAI_Footer").show();
}else{
$("#NoAI_Footer").hide();
}
modal.show();
modalMain.addClass("slideUp");
modalMain.removeClass("slideDown");