feat: 注入块拖拽排序(后台顺序即渲染顺序)+ theme.json 声明 inject_points + 主题卡片展示注入点

This commit is contained in:
ak
2026-08-11 23:25:34 +08:00
parent 3e3b9a2bfd
commit d9a6ca2959
16 changed files with 57 additions and 7 deletions
+13 -1
View File
@@ -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"
]
}
+13 -1
View File
@@ -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"
]
}