feat: 注入块拖拽排序(后台顺序即渲染顺序)+ theme.json 声明 inject_points + 主题卡片展示注入点
This commit is contained in:
@@ -58,6 +58,7 @@ class ThemeManager
|
||||
'description' => $manifest['description'] ?? '',
|
||||
'author' => $manifest['author'] ?? '',
|
||||
'screenshot' => $manifest['screenshot'] ?? null,
|
||||
'inject_points' => $manifest['inject_points'] ?? null,
|
||||
'active' => $name === $this->active(),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user