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
gitalk 在国内的一个痛点是 github 授权访问慢,甚至网络错误(Network Error),原因是获取 access_token 请求的服务器是亚马逊的,gitalk 本身支持 proxy 参数,以代理的方式绕过此步骤, 建议 ocean 支持该配置。
此外还有一个参数 createIssueManually,作用是作者可以在文章底部手动打开评论功能,这个参数默认是关闭的,意味着第一次进入文章会自动创建一个 issue,这个参数是个人建议,可以考量下 😄。
The text was updated successfully, but these errors were encountered:
feat: gitalk support proxy and createIssueManually zhwangart#60
17c2560
No branches or pull requests
gitalk 在国内的一个痛点是 github 授权访问慢,甚至网络错误(Network Error),原因是获取 access_token 请求的服务器是亚马逊的,gitalk 本身支持 proxy 参数,以代理的方式绕过此步骤, 建议 ocean 支持该配置。
此外还有一个参数 createIssueManually,作用是作者可以在文章底部手动打开评论功能,这个参数默认是关闭的,意味着第一次进入文章会自动创建一个 issue,这个参数是个人建议,可以考量下 😄。
The text was updated successfully, but these errors were encountered: