chore: provider masked api-key

This commit is contained in:
jialin
2026-02-06 17:33:06 +08:00
parent 1bd31d2936
commit 4132494a49
7 changed files with 128 additions and 14 deletions
@@ -5,6 +5,8 @@ import { maasProviderType } from '.';
interface FormContextProps {
providerType?: maasProviderType;
action?: PageActionType;
currentData?: any;
id?: number;
}
const FormContext = createContext<FormContextProps>({});