iot-manage-dashboard/apps/antd-view/src/preference.ts
2024-05-19 21:20:42 +08:00

8 lines
267 B
TypeScript

import type { Preference } from '@vben-core/typings';
/**
* @description 项目配置文件
* 只需要覆盖项目中的一部分配置,不需要的配置不用覆盖,会自动使用默认配置
*/
export const overridesPreference: Partial<Preference> = {};