Skip to content

Commit 193e5d2

Browse files
committed
chore: bump version
1 parent a66bd77 commit 193e5d2

14 files changed

Lines changed: 20 additions & 20 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.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>

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.7" } }
48+
{ "dependencies": { "twikoo-func": "1.7.8" } }
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.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>
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.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

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.7",
3+
"version": "1.7.8",
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.7'
1+
const version = '1.7.8'
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.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",

src/server/eo-pages/edge-functions/api/kv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* - counter:{url} - 页面访问计数
1313
*/
1414

15-
const VERSION = '1.7.7'
15+
const VERSION = '1.7.8'
1616

1717
// 响应码
1818
const RES_CODE = {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import logger from 'twikoo-func/utils/logger'
5151
import constants from 'twikoo-func/utils/constants'
5252

5353
const { RES_CODE, MAX_REQUEST_TIMES } = constants
54-
const VERSION = '1.7.7'
54+
const VERSION = '1.7.8'
5555

5656
// 注入自定义依赖(对标 Cloudflare 版本)
5757
setCustomLibs({

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.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",
@@ -27,7 +27,7 @@
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
}

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.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",

0 commit comments

Comments
 (0)