• 控制台报错 Fullpage.js version 3 has changed its license to GPLv3 and it requires a licenseKey option. Read about it here:

    Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option. Read about it here

    image.png

  • 若引用的是 fullPage.js,就在 fullPage.js 文件中搜索:licenseKey,将以下 if 花括号中的代码删除即可,没有任何影响:

    if(!isOK){ showError('error', 'Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option. Read about it here:'); showError('error', 'https://github.com/alvarotrigo/fullPage.js#options'); }

    移除前:

    image.png

    移除后:

    image.png

  • 若引用的是 fullPage.min.js,就在 fullPage.min.js 文件中搜索:报错内容

    Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option. Read about it here

    然后找到代码位置

    image.png

    将这个方法 bn() 中的报错代码删除

    image.png

    image.png

    还有个 https://github.com/alvarotrigo/fullPage.js#options 错误也一样,删除完成之后就是这样 (bn(),bn()),然后保存就可以了

    image.png

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐