mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-22 06:44:18 +08:00
Fix/ts errors in fe (#2218)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { ProLayoutProps } from '@ant-design/pro-components';
|
||||
|
||||
const Settings: ProLayoutProps & {
|
||||
export type DefaultSetting = ProLayoutProps & {
|
||||
pwa?: boolean;
|
||||
logo?: string;
|
||||
} = {
|
||||
};
|
||||
const Settings: DefaultSetting = {
|
||||
navTheme: 'light',
|
||||
colorPrimary: '#296DF3',
|
||||
layout: 'top',
|
||||
|
||||
Reference in New Issue
Block a user