File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,6 +73,6 @@ onMounted(() => {
7373
7474 <!-- Twikoo -->
7575 <div id =" twikoo" ></div >
76- <component :is =" 'script'" src =" https://cdn.jsdelivr.net/npm/twikoo@1.7.7 /dist/twikoo.min.js" crossorigin =" anonymous" ref =" twikooJs" ></component >
76+ <component :is =" 'script'" src =" https://cdn.jsdelivr.net/npm/twikoo@1.7.8 /dist/twikoo.min.js" crossorigin =" anonymous" ref =" twikooJs" ></component >
7777 </div >
7878</template >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ exports.main = require('twikoo-func').main
45458 . 创建完成后,点击“twikoo"进入云函数详情页,进入“函数代码”标签,点击“文件 - 新建文件”,输入 ` package.json ` ,回车
46469 . 复制以下代码、粘贴到代码框中,点击“保存并安装依赖”
4747``` json
48- { "dependencies" : { "twikoo-func" : " 1.7.7 " } }
48+ { "dependencies" : { "twikoo-func" : " 1.7.8 " } }
4949```
5050
5151## 腾讯云命令行部署
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ twikoo:
9393
9494``` html
9595<div id =" tcomment" ></div >
96- <script src =" https://cdn.jsdelivr.net/npm/twikoo@1.7.7 /dist/twikoo.min.js" ></script >
96+ <script src =" https://cdn.jsdelivr.net/npm/twikoo@1.7.8 /dist/twikoo.min.js" ></script >
9797<script >
9898twikoo .init ({
9999 envId: ' 您的环境id' , // 腾讯云环境填 envId;Vercel 环境填地址(https://xxx.vercel.app)
@@ -117,12 +117,12 @@ twikoo.init({
117117
118118#### 推荐在中国使用
119119
120- * ` https://registry.npmmirror.com/twikoo/1.7.7 /files/dist/twikoo.min.js `
121- * ` https://s4.zstatic.net/npm/twikoo@1.7.7 /dist/twikoo.min.js `
120+ * ` https://registry.npmmirror.com/twikoo/1.7.8 /files/dist/twikoo.min.js `
121+ * ` https://s4.zstatic.net/npm/twikoo@1.7.8 /dist/twikoo.min.js `
122122
123123#### 推荐在全球使用
124124
125- * ` https://cdn.jsdelivr.net/npm/twikoo@1.7.7 /dist/twikoo.min.js `
125+ * ` https://cdn.jsdelivr.net/npm/twikoo@1.7.8 /dist/twikoo.min.js `
126126
127127#### 备用选项
128128
Original file line number Diff line number Diff line change 11{
22 "name" : " twikoo" ,
3- "version" : " 1.7.7 " ,
3+ "version" : " 1.7.8 " ,
44 "description" : " A simple comment system." ,
55 "keywords" : [
66 " twikoojs" ,
Original file line number Diff line number Diff line change 1- const version = '1.7.7 '
1+ const version = '1.7.8 '
22
33export { version }
Original file line number Diff line number Diff line change 11{
22 "name" : " twikoo-aws-lambda" ,
3- "version" : " 1.7.7 " ,
3+ "version" : " 1.7.8 " ,
44 "description" : " A simple comment system." ,
55 "author" : " imaegoo <hello@imaegoo.com> (https://github.com/imaegoo)" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1212 * - counter:{url} - 页面访问计数
1313 */
1414
15- const VERSION = '1.7.7 '
15+ const VERSION = '1.7.8 '
1616
1717// 响应码
1818const RES_CODE = {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ import logger from 'twikoo-func/utils/logger'
5151import constants from 'twikoo-func/utils/constants'
5252
5353const { RES_CODE , MAX_REQUEST_TIMES } = constants
54- const VERSION = '1.7.7 '
54+ const VERSION = '1.7.8 '
5555
5656// 注入自定义依赖(对标 Cloudflare 版本)
5757setCustomLibs ( {
Original file line number Diff line number Diff line change 11{
22 "name" : " twikoo-edgeone-pages" ,
3- "version" : " 1.7.7 " ,
3+ "version" : " 1.7.8 " ,
44 "description" : " Twikoo comment system backend for Tencent EdgeOne Pages" ,
55 "author" : " imaegoo <hello@imaegoo.com> (https://github.com/imaegoo)" ,
66 "license" : " MIT" ,
2727 "@imaegoo/node-ip2region" : " ^2.1.1" ,
2828 "bowser" : " ^2.13.1" ,
2929 "pako" : " ^2.1.0" ,
30- "twikoo-func" : " ^1.7.7 " ,
30+ "twikoo-func" : " ^1.7.8 " ,
3131 "uuid" : " ^8.3.2" ,
3232 "xss" : " ^1.0.15"
3333 }
Original file line number Diff line number Diff line change 11{
22 "name" : " twikoo-func" ,
3- "version" : " 1.7.7 " ,
3+ "version" : " 1.7.8 " ,
44 "description" : " A simple comment system." ,
55 "author" : " imaegoo <hello@imaegoo.com> (https://github.com/imaegoo)" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments