blog
blog copied to clipboard
comment | 乌云压顶是吧
comment for https://wyydsb.xin
886
:shipit: 👏
the second comment
膜一发
from Big Data Processing class 😬👍 (Why Gitalk keep saying "Error: Network Error" when I try to login and leave a comment 0.0?)
@daviddwlee84 After more test, I find the network error is caused by github api limiting. Especially GitHub is unstable recently.
666
May I ask you... Have you found your teammate in the BDP course? XD
👏
强强强!
000000000000
111222331
@daviddwlee84 May I ask you... Have you found your teammate in the BDP course? XD
1111111111111
1111111111111
Are ~ Are ~ Are you ok ? 💊
typo:
- on-my-zsh -> oh-my-zsh
- Tings -> Things
typo:
- on-my-zsh -> oh-my-zsh
- Tings -> Things
Thx. Fixed it. Maybe I need a proofreader. 🙈
前排膜dalao
Their GitHub repo is empty, though they claimed implementation is avalaible...
@mikhovr Their GitHub repo is empty, though they claimed implementation is avalaible...
Paper always run faster than their open code. Maybe one or two month 🙈
才发现我是不是来晚了? 哈哈
@caijie12138 才发现我是不是来晚了? 哈哈
hhhh 不晚不晚
你所有文章都用一个评论issue的!!!!
@Hideer 你所有文章都用一个评论issue的!!!!
A lazy man is so lazy🙈
写的不错!
可以正常评论,但是不显示评论的内容,是怎么回事啊,控制台报错,TypeError: Cannot read property 'prototype' of undefined
可以正常评论,但是不显示评论的内容,是怎么回事啊,控制台报错,TypeError: Cannot read property 'prototype' of undefined
t.isElementAnSFC = function(e) {
return !("string" == typeof e.type || e.type.prototype.isReactComponent)
}
Your element type !== 'string', so complier will to jugde reactComponent. You can change npm package to script or gitalk.render in a origin dom.
More info you can refer to https://github.com/gitalk/gitalk/issues/90.
The way of import by script
function getGitalk() {
const linkGitalk = document.createElement('link');
linkGitalk.href = 'https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.css';
linkGitalk.rel = 'stylesheet';
document.body.appendChild(linkGitalk);
const scriptGitalk = document.createElement('script');
scriptGitalk.src = 'https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.min.js';
document.body.appendChild(scriptGitalk);
}
document && gitalk.render("gitalk-container");
Gitalk is not defined,你是怎么解决的?我也遇到了这个问题,其中一篇文章报这个,其它正常。
@ckwen Gitalk is not defined,你是怎么解决的?我也遇到了这个问题,其中一篇文章报这个,其它正常。
I don't find your error article web from the link of the home page https://www.dev996.com
. I only find the error Uncaught Error: Container not found, window.document.getElementById: comment-container
in home page. It causes by no id='comment-container' span in it.
讲的不错
用fullpath 是可以,但是路由切换的时候并没有刷新评论,这是一个bug