diff --git a/apps/web/src/pages/editing-planner/components/pip-config/LayerConfig.tsx b/apps/web/src/pages/editing-planner/components/pip-config/LayerConfig.tsx new file mode 100644 index 000000000..7800c4f8c --- /dev/null +++ b/apps/web/src/pages/editing-planner/components/pip-config/LayerConfig.tsx @@ -0,0 +1,5 @@ +/** + * LayerConfig 入口(向后兼容) + * 实际实现位于 ./layer-config/ 目录 + */ +export { default } from "./layer-config"