Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
MHuiG committed Aug 30, 2022
1 parent 32bab6a commit 776af3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/v6/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ git clone https://github.com/volantis-x/demo.git && cd demo && npm i && hexo s

{% note guide clear :: rc 阶段的测试版本和 stable 阶段的正式版本 我们统称为 「稳定版本」 , 只有 「稳定版本」 发布到 [npm](https://www.npmjs.com/package/hexo-theme-volantis) %}

{% note bug danger :: alpha 阶段的开发测试版本 和 beta 阶段的测试版本 我们统称为 「小白鼠测试版本」, 「小白鼠测试版本」 仅存在于 [Github 仓库的 dev 分支](https://github.com/volantis-x/hexo-theme-volantis/tree/dev) %}
{% note bug danger :: alpha 阶段的开发测试版本 和 beta 阶段的测试版本 我们统称为 「小白鼠测试版本」, 「小白鼠测试版本」 仅存在于 [Github 仓库的 dev 分支](https://github.com/volantis-x/hexo-theme-volantis/tree/dev) [Github 仓库的 6.0 分支](https://github.com/volantis-x/hexo-theme-volantis/tree/6.0) %}

{% endfolding %}

Expand Down
2 changes: 1 addition & 1 deletion source/volantis-sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const PreCachlist = [
];
let NPMMirror = true;
const NPMPackage = "@mhg/volantis-community";
let NPMPackageVersion = "1.0.1661759144496";
let NPMPackageVersion = "1.0.1661824222845";
let debug = true;
// location.hostname == 'localhost' && (debug = true) && (NPMMirror = false);
const handleFetch = async (event) => {
Expand Down

0 comments on commit 776af3f

Please sign in to comment.