Skip to content

Commit

Permalink
release: 5.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MHuiG committed Feb 22, 2022
1 parent 5b8ea2e commit c948611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default:
############################### Volantis ###############################
info:
theme_name: Volantis # This is theme's name.
theme_version: '5.0.0-alpha.8' # This is theme's version.
theme_version: '5.0.0-rc.3' # This is theme's version.
theme_docs: https://volantis.js.org/ # This is theme's URL.
theme_repo: https://github.com/volantis-x/hexo-theme-volantis
# Debug 调试模式
Expand All @@ -32,7 +32,7 @@ cdn:
# CDN 前缀,为空使用默认值,链接最后不加 "/",
# 例如: https://cdn.jsdelivr.net/gh/volantis-x/volantis-x.github.io@gh-page 填写最后编译生成的源码CDN地址前缀,此路径下应该含有/js与/css目录,
# 该配置默认值是:"https://cdn.jsdelivr.net/npm/hexo-theme-volantis@"+ theme.info.theme_version +"/source"
prefix: https://npm.elemecdn.com/[email protected].2/source
prefix: https://npm.elemecdn.com/[email protected].3/source
# 以下配置可以覆盖 cdn.prefix,配置项的值可以为空,但是要使用CDN必须依据路径填写配置项的键
set:
js:
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-theme-volantis",
"version": "5.0.0-alpha.8",
"version": "5.0.0-rc.3",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"scripts": {
Expand Down

0 comments on commit c948611

Please sign in to comment.