feat: 注入块拖拽排序(后台顺序即渲染顺序)+ theme.json 声明 inject_points + 主题卡片展示注入点
This commit is contained in:
@@ -3,5 +3,17 @@
|
||||
"version": "1.0.0",
|
||||
"description": "极简现代风格,支持深色模式",
|
||||
"author": "LaraLog",
|
||||
"screenshot": "screenshot.png"
|
||||
"screenshot": "screenshot.png",
|
||||
"inject_points": [
|
||||
"head",
|
||||
"header",
|
||||
"sidebar_top",
|
||||
"sidebar_bottom",
|
||||
"content_top",
|
||||
"content_bottom",
|
||||
"post_content_top",
|
||||
"post_content_bottom",
|
||||
"footer",
|
||||
"body_end"
|
||||
]
|
||||
}
|
||||
@@ -3,5 +3,17 @@
|
||||
"version": "1.0.0",
|
||||
"description": "移植自 SaBlog-X 经典两栏风格",
|
||||
"author": "LaraLog",
|
||||
"screenshot": "screenshot.png"
|
||||
"screenshot": "screenshot.png",
|
||||
"inject_points": [
|
||||
"head",
|
||||
"header",
|
||||
"sidebar_top",
|
||||
"sidebar_bottom",
|
||||
"content_top",
|
||||
"content_bottom",
|
||||
"post_content_top",
|
||||
"post_content_bottom",
|
||||
"footer",
|
||||
"body_end"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user