Fix/ts errors in fe (#2218)
Some checks failed
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled

This commit is contained in:
poncheen
2025-04-11 20:58:35 +08:00
committed by GitHub
parent 97710a90c4
commit 5585b9e222
18 changed files with 262 additions and 258 deletions

View File

@@ -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',