mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
update 4.3.0
This commit is contained in:
@@ -849,15 +849,19 @@ CDN:
|
|||||||
# option: local/jsdelivr/unpkg/cdnjs/custom
|
# option: local/jsdelivr/unpkg/cdnjs/custom
|
||||||
# Dev version can only choose. ( dev版的主題只能設置為 local )
|
# Dev version can only choose. ( dev版的主題只能設置為 local )
|
||||||
internal_provider: local
|
internal_provider: local
|
||||||
|
|
||||||
# The CDN provider of third party scripts (第三方 js 的 cdn 配置)
|
# The CDN provider of third party scripts (第三方 js 的 cdn 配置)
|
||||||
# option: local/jsdelivr/unpkg/cdnjs/custom
|
# option: local/jsdelivr/unpkg/cdnjs/custom
|
||||||
# when set it to local, you need to install hexo-butterfly-extjs
|
# when set it to local, you need to install hexo-butterfly-extjs
|
||||||
third_party_provider: jsdelivr
|
third_party_provider: jsdelivr
|
||||||
|
|
||||||
|
# Add version number to CDN, true or false
|
||||||
|
version: false
|
||||||
|
|
||||||
# Custom format
|
# Custom format
|
||||||
# For example: https://cdn.staticfile.org/${cdnjs_name}/${version}/${min_cdnjs_file}
|
# For example: https://cdn.staticfile.org/${cdnjs_name}/${version}/${min_cdnjs_file}
|
||||||
custom_format:
|
custom_format:
|
||||||
# Add version number to CDN, true or false
|
|
||||||
version: false
|
|
||||||
option:
|
option:
|
||||||
# main_css:
|
# main_css:
|
||||||
# main:
|
# main:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo-theme-butterfly",
|
"name": "hexo-theme-butterfly",
|
||||||
"version": "4.3.0-b4",
|
"version": "4.3.0",
|
||||||
"description": "A Simple and Card UI Design theme for Hexo",
|
"description": "A Simple and Card UI Design theme for Hexo",
|
||||||
"main": "package.json",
|
"main": "package.json",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ algolia_search_v4:
|
|||||||
instantsearch_v4:
|
instantsearch_v4:
|
||||||
name: instantsearch.js
|
name: instantsearch.js
|
||||||
file: dist/instantsearch.production.min.js
|
file: dist/instantsearch.production.min.js
|
||||||
version: 4.41.2
|
version: 4.42.0
|
||||||
pjax:
|
pjax:
|
||||||
name: pjax
|
name: pjax
|
||||||
file: pjax.min.js
|
file: pjax.min.js
|
||||||
@@ -105,7 +105,7 @@ ClickShowText:
|
|||||||
lazyload:
|
lazyload:
|
||||||
name: vanilla-lazyload
|
name: vanilla-lazyload
|
||||||
file: dist/lazyload.iife.min.js
|
file: dist/lazyload.iife.min.js
|
||||||
version: 17.8.2
|
version: 17.3.1
|
||||||
instantpage:
|
instantpage:
|
||||||
name: instant.page
|
name: instant.page
|
||||||
file: instantpage.js
|
file: instantpage.js
|
||||||
|
|||||||
@@ -82,6 +82,9 @@
|
|||||||
i
|
i
|
||||||
margin: 0 4px 0 0
|
margin: 0 4px 0 0
|
||||||
|
|
||||||
|
.fa-spinner
|
||||||
|
margin: 0
|
||||||
|
|
||||||
.article-meta-label
|
.article-meta-label
|
||||||
if hexo-config('post_meta.page.label')
|
if hexo-config('post_meta.page.label')
|
||||||
padding-right: 4px
|
padding-right: 4px
|
||||||
|
|||||||
Reference in New Issue
Block a user