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

12 lines
319 B
TypeScript
Raw Normal View History

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