Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LAINE001/ik-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
laine001 committed May 16, 2024
2 parents 35349b9 + a10ebef commit be95748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/.vitepress/components/gitalk.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import Gitalk from 'gitalk'
import 'gitalk/dist/gitalk.css'
onMounted(() => {
const config = {
clientID: '23159cfb3679d024812f',
clientSecret: '923ba2f1928e54f36b052c0bcbbf301d3eb893c8',
repo: 'blog-comment',
clientID: 'Ov23ctZEke7XDtFejl4v',
clientSecret: '9b7134983b52f94f312da9f7142ad64f7697fbb9',
repo: 'ikun-talk',
owner: 'LAINE001',
admin: ['LAINE001'],
id: location.pathname,
labels: ['GitTalk'],
proxy: 'https://vercel.prohibitorum.top/github_access_token',
distractionFreeMode: false,
proxy: 'https://mellifluous-bombolone-049a57.netlify.app/github_access_token',
distractionFreeMode: false
}
const gitalk = new Gitalk(config)
gitalk.render('gitalk-container')
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default [
},
{
text: 'blog',
link: 'https://laine001.gitee.io/blog/daily/components-proj.html',
link: 'https://laine001.github.io/blog/fe/components-proj',
},
{
text: '国内链接',
Expand Down

0 comments on commit be95748

Please sign in to comment.