Skip to content

Commit 19d27ff

Browse files
committed
chore: bump version
1 parent fa8b9fc commit 19d27ff

13 files changed

Lines changed: 19 additions & 19 deletions

File tree

docs/.vitepress/theme/Twikoo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

docs/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ exports.main = require('twikoo-func').main
4545
8. 创建完成后,点击“twikoo"进入云函数详情页,进入“函数代码”标签,点击“文件 - 新建文件”,输入 `package.json`,回车
4646
9. 复制以下代码、粘贴到代码框中,点击“保存并安装依赖”
4747
``` json
48-
{ "dependencies": { "twikoo-func": "1.7.11" } }
48+
{ "dependencies": { "twikoo-func": "1.7.12" } }
4949
```
5050

5151
## 腾讯云命令行部署

docs/frontend.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>
9898
twikoo.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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twikoo",
3-
"version": "1.7.11",
3+
"version": "1.7.12",
44
"description": "A simple comment system.",
55
"keywords": [
66
"twikoojs",

src/client/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const version = '1.7.11'
1+
const version = '1.7.12'
22

33
export { version }

src/server/aws-lambda/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/server/eo-pages/cloud-functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import { uploadImage } from 'twikoo-func/utils/image'
5656
import logger from 'twikoo-func/utils/logger'
5757
import constants from 'twikoo-func/utils/constants'
5858

59-
const { RES_CODE, MAX_REQUEST_TIMES } = constants
59+
const { RES_CODE,1.7.12EQUEST_TIMES } = constants
6060
const VERSION = '1.7.11'
6161
const EO_SMTP_BRIDGE_PATH = '/smtp'
6262
const SMTP_BRIDGE_PROBE_TIMEOUT_MS = 5000

src/server/eo-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -28,7 +28,7 @@
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
}

src/server/function/twikoo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/server/netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)