| | |
| | | } from './packages/preferences/src'; |
| | | |
| | | declare const __APP_LOGO__: string; |
| | | declare const __APP_NAME__: string; |
| | | |
| | | interface WebAntdPreferencesExtension { |
| | | defaultTableSize: number; |
| | |
| | | app: { |
| | | /** 后端路由模式 */ |
| | | accessMode: 'backend', |
| | | name: import.meta.env.VITE_APP_TITLE, |
| | | name: __APP_NAME__ || import.meta.env.VITE_APP_TITLE, |
| | | enableRefreshToken: true, |
| | | }, |
| | | footer: { |
| | |
| | | fixed: false, |
| | | }, |
| | | copyright: { |
| | | companyName: import.meta.env.VITE_APP_TITLE, |
| | | companyName: __APP_NAME__ || import.meta.env.VITE_APP_TITLE, |
| | | companySiteLink: '#', |
| | | }, |
| | | logo: { |