mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-17 04:40:53 +08:00
Merge branch 'dev'
This commit is contained in:
@@ -266,6 +266,9 @@ img
|
|||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
#article-container
|
#article-container
|
||||||
|
word-wrap: break-word
|
||||||
|
overflow-wrap: break-word
|
||||||
|
|
||||||
a
|
a
|
||||||
color: $theme-link-color
|
color: $theme-link-color
|
||||||
|
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ function snackbarShow (text, showAction, duration) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
var Cookies = {
|
const Cookies = {
|
||||||
get: function (name) {
|
get: function (name) {
|
||||||
const value = `; ${document.cookie}`
|
const value = `; ${document.cookie}`
|
||||||
const parts = value.split(`; ${name}=`)
|
const parts = value.split(`; ${name}=`)
|
||||||
@@ -143,11 +143,3 @@ if (GLOBAL_CONFIG.islazyload) {
|
|||||||
threshold: 0
|
threshold: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.debounce = debounce
|
|
||||||
|
|
||||||
window.throttle = throttle
|
|
||||||
|
|
||||||
window.isMobile = isMobile
|
|
||||||
|
|
||||||
window.loadScript = loadScript
|
|
||||||
|
|||||||
Reference in New Issue
Block a user