◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

“Widget:SkinQuery/js”的版本间的差异

来自少前百科GFwiki
跳转至: 导航搜索
(update page)
(fix suit skin > 10)
第282行: 第282行:
 
     let _month12_state = $("#month12").attr("state");
 
     let _month12_state = $("#month12").attr("state");
 
     let _month0_state = $("#month0").attr("state");
 
     let _month0_state = $("#month0").attr("state");
 +
 +
    let _displaydiv_width = Number($("#displaydiv").width());
 +
    let _br_num = Math.floor((_displaydiv_width - 132) / 148);
  
 
     let suitArray = [];
 
     let suitArray = [];
第332行: 第335行:
  
 
         for(let j = 0 ; j < 12; j++){
 
         for(let j = 0 ; j < 12; j++){
 +
            if((j % _br_num) == 0 && j != 0) html_text += `<br\/>`;
 
             if(!$(suitElement[i]).attr("data-num" + String(j))) continue;
 
             if(!$(suitElement[i]).attr("data-num" + String(j))) continue;
 
             html_text += creat_card(i, j);
 
             html_text += creat_card(i, j);

2021年7月17日 (六) 02:13的版本