text * Shogun * - 很有用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text * Shogun * - 很有用相关的知识,希望对你有一定的参考价值。

\!h custom.js

/* Remove Shogun first <p> with comment */
function initRemoveShogunComments() { 
    const firstP = $('.page-content p').first()
    if(firstP.length){
        if(firstP.html().includes('Created with Shogun.')){
            $('.page-content p').first().remove();
        }
    }
    $('.page-content p').last().remove();
}

/* Remove Shogun blocks from description section, remove desсription from additional Shogun section */
function initSanitizeShogun() {
    const quickView = $('.quick-view');
    const additionalShogunSection = $('.product-additional-shogun-section');
    const additionalShogunContent = $('.additional-shogun-content');
    
    if(quickView.length && additionalShogunContent.length){
        $('.quick-view .additional-shogun-content').remove();
        $('.product-additional-shogun-section .shg-c:first').remove();
    }

    if(additionalShogunContent.length){
        additionalShogunSection.removeClass('hidden');
    }
}

initRemoveShogunComments();
initSanitizeShogun();

以上是关于text * Shogun * - 很有用的主要内容,如果未能解决你的问题,请参考以下文章

SHOGUN Toolbox 卷积神经网络与 Caffe 和 Theano 相比如何?

幕府将军2全面战争 玩一会就会弹出来?Shogun2.exe 关闭应用程序···怎么回事?

text Jamf Pro EA检查加密。在T2芯片设备上寻找“加密”时很有用

text 如何将.pfx SSL证书转换为.crt / key(pem)格式。对NGINX很有用

NAB SHOW | Atomos 完美收官!

text 一个很棒的命令列表,可以为Raspberry Pi提取非常有用的系统信息。就个人而言,我喜欢在我的.bashrc文件中添加很多内容