mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
🐛 修復文章頁面部分元素內部文字溢出的錯誤
This commit is contained in:
@@ -117,7 +117,7 @@ function snackbarShow (text, showAction, duration) {
|
||||
})
|
||||
}
|
||||
|
||||
var Cookies = {
|
||||
const Cookies = {
|
||||
get: function (name) {
|
||||
const value = `; ${document.cookie}`
|
||||
const parts = value.split(`; ${name}=`)
|
||||
@@ -143,11 +143,3 @@ if (GLOBAL_CONFIG.islazyload) {
|
||||
threshold: 0
|
||||
}
|
||||
}
|
||||
|
||||
window.debounce = debounce
|
||||
|
||||
window.throttle = throttle
|
||||
|
||||
window.isMobile = isMobile
|
||||
|
||||
window.loadScript = loadScript
|
||||
|
||||
Reference in New Issue
Block a user