export interface YunzaiBaseConfig { isDev?: boolean; url?: string; publicPath?: string; systemCode?: string; loginForm?: FormData; }