Skip to content

Commit

Permalink
fix(fcircle): CDN (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colsrch authored Jun 9, 2022
1 parent 94aa758 commit 35a2e97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cdn:
cdn_version: true
# volantis static 静态资源文件 npm 包 CDN 地址 (后面加 "/" )
# https://github.com/volantis-x/volantis-static
volantis_static_cdn: https://unpkg.com/[email protected].1649552113628/
volantis_static_cdn: https://unpkg.com/[email protected].1654736714924/
########################################################################
# 全局页面字符串替换 A => B (可用于临时修改错字等)
replace:
Expand Down Expand Up @@ -852,10 +852,10 @@ plugins:
fcircle:
# Set `plugins: ["fcircle"]` to enable in front-matter
# 支持 Pjax
api: '' # api 地址
message: '与主机通讯中……' # 占位文字
css: 'https://cdn.jsdelivr.net/gh/lmm214/immmmm/themes/hello-friend/static/fcircle-beta.css'
js: 'https://cdn.jsdelivr.net/gh/lmm214/immmmm/themes/hello-friend/static/fcircle-beta.js'
api: https://fcircle-api.example.com/ # api 地址
message: 与主机通讯中…… # 占位文字
css: volantis-static/libs/fcircle/fcircle.css
js: volantis-static/libs/fcircle/fcircle.js

# 消息提示
# [email protected]
Expand Down

0 comments on commit 35a2e97

Please sign in to comment.