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.11 /dist/twikoo.min.js" crossorigin =" anonymous" ref =" twikooJs" ></component >
76+ <component :is =" 'script'" src =" https://cdn.jsdelivr.net/npm/twikoo@1.7.12 /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.11 " } }
48+ { "dependencies" : { "twikoo-func" : " 1.7.12 " } }
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.11 /dist/twikoo.min.js" ></script >
96+ <script src =" https://cdn.jsdelivr.net/npm/twikoo@1.7.12 /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.11 /files/dist/twikoo.min.js `
121- * ` https://s4.zstatic.net/npm/twikoo@1.7.11 /dist/twikoo.min.js `
120+ * ` https://registry.npmmirror.com/twikoo/1.7.12 /files/dist/twikoo.min.js `
121+ * ` https://s4.zstatic.net/npm/twikoo@1.7.12 /dist/twikoo.min.js `
122122
123123#### 推荐在全球使用
124124
125- * ` https://cdn.jsdelivr.net/npm/twikoo@1.7.11 /dist/twikoo.min.js `
125+ * ` https://cdn.jsdelivr.net/npm/twikoo@1.7.12 /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.11 " ,
3+ "version" : " 1.7.12 " ,
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.11 '
1+ const version = '1.7.12 '
22
33export { version }
Original file line number Diff line number Diff line change 11{
22 "name" : " twikoo-aws-lambda" ,
3- "version" : " 1.7.11 " ,
3+ "version" : " 1.7.12 " ,
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 @@ -56,7 +56,7 @@ import { uploadImage } from 'twikoo-func/utils/image'
5656import logger from 'twikoo-func/utils/logger'
5757import constants from 'twikoo-func/utils/constants'
5858
59- const { RES_CODE , MAX_REQUEST_TIMES } = constants
59+ const { RES_CODE , 1.7 .12 EQUEST_TIMES } = constants
6060const VERSION = '1.7.11'
6161const EO_SMTP_BRIDGE_PATH = '/smtp'
6262const SMTP_BRIDGE_PROBE_TIMEOUT_MS = 5000
Original file line number Diff line number Diff line change 11{
22 "name" : " twikoo-edgeone-pages" ,
3- "version" : " 1.7.11 " ,
3+ "version" : " 1.7.12 " ,
44 "description" : " Twikoo comment system backend for Tencent EdgeOne Pages" ,
55 "author" : " imaegoo <hello@imaegoo.com> (https://github.com/imaegoo)" ,
66 "license" : " MIT" ,
2828 "@imaegoo/node-ip2region" : " ^2.1.1" ,
2929 "bowser" : " ^2.13.1" ,
3030 "pako" : " ^2.1.0" ,
31- "twikoo-func" : " ^1.7.11 " ,
31+ "twikoo-func" : " ^1.7.12 " ,
3232 "uuid" : " ^8.3.2" ,
3333 "xss" : " ^1.0.15"
3434 }
Original file line number Diff line number Diff line change 11{
22 "name" : " twikoo-func" ,
3- "version" : " 1.7.11 " ,
3+ "version" : " 1.7.12 " ,
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 11{
22 "name" : " twikoo-netlify" ,
3- "version" : " 1.7.11 " ,
3+ "version" : " 1.7.12 " ,
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