File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* [ 在Hexo的Butterfly主题使用Twikoo评论配置及更新教程] ( https://blog.zhheo.com/p/2e6bbbd0.html ) by 张洪 Heo
4
4
* [ Valine 到 Twikoo 迁移脚本] ( https://github.com/imaegoo/twikoo-import-tools )
5
- * [ Typecho 到 Twikoo 迁移脚本] ( https://github.com/Android-KitKat/twikoo-import-tools-typecho )
5
+ * [ Typecho 到 Twikoo 迁移脚本] ( https://github.com/Android-KitKat/twikoo-import-tools-typecho ) by Android-KitKat
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ npm run deploy # 或 yarn deploy
84
84
85
85
``` html
86
86
<div id =" tcomment" ></div >
87
- <script src =" https://cdn.jsdelivr.net/npm/twikoo@0.1.15 /dist/twikoo.all.min.js" ></script >
87
+ <script src =" https://cdn.jsdelivr.net/npm/twikoo@0.2.0 /dist/twikoo.all.min.js" ></script >
88
88
<script >twikoo .init ({ envId: ' 您的环境id' , el: ' #tcomment' }) </script >
89
89
```
90
90
You can’t perform that action at this time.
0 commit comments