Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
0 parents commit ebbbb63
Show file tree
Hide file tree
Showing 190 changed files with 1,851 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
volantis-x.js.org
1 change: 1 addition & 0 deletions advanced-settings/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2013/12/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2013/12/page/2/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2013/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2013/page/2/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2017/10/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2017/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2018/07/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2018/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2019/07/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2019/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2020/02/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2020/03/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2020/04/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2020/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2021/01/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2021/01/page/2/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2021/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/2021/page/2/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/page/2/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/page/3/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions archives/page/4/index.html

Large diffs are not rendered by default.

425 changes: 425 additions & 0 deletions atom.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blog/categories/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blog/tags/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions categories/demo/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions categories/demo/page/2/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions categories/官方资讯/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content.json

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions contributors/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/Readme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1 id="样式文件说明"><a href="#样式文件说明" class="headerlink" title="样式文件说明"></a>样式文件说明</h1><h2 id="样式拆分说明"><a href="#样式拆分说明" class="headerlink" title="样式拆分说明"></a>样式拆分说明</h2><p>方案是对 <a href="https://blog.skk.moe/post/improve-fcp-for-my-blog/" target="_blank" rel="noopener external nofollow noreferrer">https://blog.skk.moe/post/improve-fcp-for-my-blog/</a> 的开源实现</p><h3 id="first-styl"><a href="#first-styl" class="headerlink" title="first.styl"></a>first.styl</h3><p>首屏样式, 内含 首屏基础样式、 cover、 navbar、 首屏search、首屏暗黑模式、首屏字体 等样式, 首屏样式采用硬编码的方式写在HTML中.</p><p>内联硬编码自动化方案 see:scripts&#x2F;helpers&#x2F;first-style&#x2F;index.js</p><h3 id="style-styl"><a href="#style-styl" class="headerlink" title="style.styl"></a>style.styl</h3><p>异步加载样式, 除首屏样式外的其他样式, 最终生成 &#x2F;css&#x2F;style.css 异步加载.</p><h2 id="暗黑模式样式说明"><a href="#暗黑模式样式说明" class="headerlink" title="暗黑模式样式说明"></a>暗黑模式样式说明</h2><p>暗黑模式样式被拆分为首屏暗黑模式样式和异步暗黑模式样式,其中在 source&#x2F;css&#x2F; 文件夹下:</p><p>_first&#x2F;dark_first.styl : 包含 首屏暗黑模式样式 的 暗黑模式 CSS 变量 和 强制覆盖样式</p><p>_style&#x2F;_plugins&#x2F;_dark : 异步暗黑模式样式文件夹</p><p>_style&#x2F;_plugins&#x2F;_dark&#x2F;dark_async.styl : 包含 异步暗黑模式样式 的 暗黑模式 CSS 变量</p><p>_style&#x2F;_plugins&#x2F;_dark&#x2F;dark_plugins.styl : 包含 异步暗黑模式样式 的 强制覆盖样式</p>
2 changes: 2 additions & 0 deletions css/first.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions css/style.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-1/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-10/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-11/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-12/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-13/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-14/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-15/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-2/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-3/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-4/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-5/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-6/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-7/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-8/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/test-9/index.html

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions examples/index.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions faqs/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions getting-started/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/app.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/plugins/aplayer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions js/plugins/parallax.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ebbbb63

Please sign in to comment.