feat: new interface pendant can be configured to display hidden

This commit is contained in:
vince
2024-07-10 21:20:11 +08:00
parent db76325d68
commit a765d3bbc0
36 changed files with 256 additions and 612 deletions

View File

@@ -1,8 +1,9 @@
import type { DeepPartial } from '@vben/types';
import type { Preferences } from '@vben-core/preferences';
import { defineOverridesPreferences } from '@vben-core/preferences';
/**
* @description 项目配置文件
* 只需要覆盖项目中的一部分配置,不需要的配置不用覆盖,会自动使用默认配置
*/
export const overridesPreferences: DeepPartial<Preferences> = {};
export const overridesPreferences = defineOverridesPreferences({
// overrides
});