admin-vben5/apps/antd-view/src/preferences.ts

13 lines
365 B
TypeScript
Raw Normal View History

2024-06-02 10:20:15 +08:00
import type { DeepPartial } from '@vben/types';
import type { Preferences } from '@vben-core/preferences';
2024-06-01 23:15:29 +08:00
/**
* @description
* 使
*/
export const overridesPreferences: DeepPartial<Preferences> = {
app: {
name: 'Vben Admin',
},
};