feat: 本次提交更新内容如下

样式构建完成
This commit is contained in:
2025-07-15 23:29:59 +08:00
parent df72e84ea1
commit abb3911f8c
13 changed files with 2454 additions and 656 deletions

View File

@@ -237,4 +237,6 @@ export const transformSceneItem = (item: SceneItem): Channel => {
growth: growthPercent
}
};
};
};
export const getPlanScenes = () => get<any>('/v1/plan/scenes');