-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Welcome to the cnblogs-theme-blogure wiki!
-
global :
object
-
全局
-
header :
object
-
博客标题导航等
-
main :
object
-
主体content, 目前用于承载{MainPosts,Page} {MainPost}
-
post :
object
-
随笔[文章]
-
posts :
object
-
随笔[文章]列表
全局
Kind: global namespace
-
global :
object
IIFE
Kind: static method of global
See: markdown_highlight_swap
读取WindowLocalStorage中设置的亮色暗色状态 IIFE
Kind: static method of global
onload触发设置body可见, 触发各个组件的数据加载, 挂载dom
Kind: static method of global
Param | Type |
---|---|
dom | Element |
代码行号显示 兼容博客园自身配置
Kind: static method of global
Param | Type |
---|---|
dom | Element |
更改的亮色暗色状态并存储到WindowLocalStorage
Kind: static method of global
Param | Type |
---|---|
dom | Element |
点击触发亮色暗色切换
Kind: static method of global
Param | Type |
---|---|
dom | Element |
原生xhr
Kind: static method of global
Param | Type |
---|---|
url | String |
markdown_highlight 是异步的, 而且没有给到应用. 使用 patch 来主动管控 markdown_highlight.
Kind: static method of global
IIFE
Kind: static method of global
See: markdown_highlight_swap
博客标题导航等
header数据加载
Kind: static method of header
Param | Type |
---|---|
originBody | Element |
主体content, 目前用于承载{MainPosts,Page} {MainPost}
main数据加载
Kind: static method of main
Param | Type |
---|---|
originBody | Element |
随笔[文章]
Kind: global namespace
onload触发渲染目录
Kind: static method of post
Param | Type |
---|---|
dom | Element |
点击触发显示目录
Kind: static method of post
Param | Type |
---|---|
dom | Element |
post数据加载
Kind: static method of post
Param | Type |
---|---|
detaildom | Element |
随笔[文章]列表
Kind: global namespace
posts数据加载
Kind: static method of posts
Param | Type |
---|---|
postlistdoms | Element |
descsdoms | Element |
pagedoms | Element |
page数据加载
Kind: static method of posts
Param | Type |
---|---|
originBody | Element |