/** * 场景类型选择 */ import { sceneTypeList, toLabel } from '../../../common/dataSceneTypes'; import { newBehavior } from '../basePicker'; export const useScenePicker = newBehavior('scene', sceneTypeList, toLabel);