We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好!非常棒的工作,很早就用在我的网站上了,https://esl.hohoweiya.xyz/
最近我发现了个问题,我在 disqus 后台管理评论时,发现带有查询字符串的访问链接会创建新的 thread,比如
虽然在带查询字符串的网页上仍然能够成功加载 https://esl.hohoweiya.xyz/04-Linear-Methods-for-Classification/4.2-Linear-Regression-of-an-Indicator-Matrix/index.html 下的评论。
目前我使用的是最新的第二个版本 88dd45a ,建站工具为 mkdocs,配置信息为
<div id="comment"></div> <script> var disq = new iDisqus('comment', { forum: 'esl-hohoweiya-xyz', api: 'https://api.hohoweiya.xyz/disqus-php-api/api/', site: 'https://esl.hohoweiya.xyz', mode: 1, timeout: 3000, init: true, relatedType: "popular", url: "{{ page.canonical_url | replace(config.site_url, "") }}" }); </script>
其中 url 项会除掉查询字符串,如上面网页无论是否存在查询字符串都是
url
url: "/04-Linear-Methods-for-Classification/4.2-Linear-Regression-of-an-Indicator-Matrix/index.html"
disqus-php-api/src/iDisqus.js
Line 1902 in 69a4c39
想请教下可能的原因及处理方案,谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好!非常棒的工作,很早就用在我的网站上了,https://esl.hohoweiya.xyz/
最近我发现了个问题,我在 disqus 后台管理评论时,发现带有查询字符串的访问链接会创建新的 thread,比如
虽然在带查询字符串的网页上仍然能够成功加载 https://esl.hohoweiya.xyz/04-Linear-Methods-for-Classification/4.2-Linear-Regression-of-an-Indicator-Matrix/index.html 下的评论。
基本信息
目前我使用的是最新的第二个版本 88dd45a ,建站工具为 mkdocs,配置信息为
其中
url
项会除掉查询字符串,如上面网页无论是否存在查询字符串都是一些尝试
disqus-php-api/src/iDisqus.js
Line 1902 in 69a4c39
但是通过 chrome devtool 设置断点并未发现相应语句有被执行
想请教下可能的原因及处理方案,谢谢!
The text was updated successfully, but these errors were encountered: