Polly3D
Polly3D
第一次安装的时候是正常的。后来根据fis 组件的介绍,安装了fis组件,并且根据安装时命令行的提示,配置了fis-conf.js命令。 后来出现没有require定义,于是根据fis组件的issues配置的mode.js,然后就出现了此问题。 反复多次重新安装node.js或fis之后,问题仍然存在。
果然是这样啊,为了方便在桌面上放了一个fis-conf.js。原来如此,非常感谢
As the code I give,I used the "qrlib.php". Also I tried to use phpqrcode.php too. But it still slow.It taked half time than "qrlib.php" when use the "phpqrcode.php". eg: qrlib.php...
I'm sorry. Here's the reproduction link: [https://github.com/polly3d/next-intl-json](https://github.com/polly3d/next-intl-json) Hope it's helpful. And let me know if anything else you need.
Thank you so much for your quick help! It's fixed.
I found a solution. Just add a slash at the end. Just update ``` https:///www.example.com/sitemap.xml ``` to ``` https:///www.example.com/sitemap.xml/ ``` Hope this can help.