Skip to content

Commit

Permalink
Publish v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leirock committed Mar 16, 2023
1 parent 78a1152 commit 5e9158b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ artalk:

# 前端资源 CDN 地址,您可以修改为偏好的其他 CDN 镜像
## 参考:https://artalk.js.org/guide/frontend/install.html
jsUrl: https://unpkg.com/artalk@2/dist/Artalk.js
cssUrl: https://unpkg.com/artalk@2/dist/Artalk.css
jsUrl: https://artalk.example.com/dist/Artalk.js
cssUrl: https://artalk.example.com/dist/Artalk.css

# 文章阅读数统计
pvCount: true
Expand All @@ -48,7 +48,7 @@ artalk:

# 在后端控制前端
## 参考:https://artalk.js.org/guide/backend/fe-control.html
useBackendConf: false
useBackendConf: true
```
## 贴士
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ artalk:

# Frontend resources CDN, you can set this to your preferred CDN
## Reference: https://artalk.js.org/guide/frontend/install.html
jsUrl: https://unpkg.com/artalk@2/dist/Artalk.js
cssUrl: https://unpkg.com/artalk@2/dist/Artalk.css
jsUrl: https://artalk.example.com/dist/Artalk.js
cssUrl: https://artalk.example.com/dist/Artalk.css

# Page views count
pvCount: true
Expand All @@ -49,7 +49,7 @@ artalk:

# Use backend to config
## Reference: https://artalk.js.org/guide/backend/fe-control.html
useBackendConf: false
useBackendConf: true
```
## Tips
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-next-artalk",
"version": "0.1.1",
"version": "0.1.2",
"description": "Artalk comment plugin for Hexo NexT.",
"keywords": [
"Hexo",
Expand Down

0 comments on commit 5e9158b

Please sign in to comment.