This commit is contained in:
Xu Chang 2025-11-04 14:18:18 +08:00
parent e64ce53334
commit 8fb96b1687
6 changed files with 6 additions and 10 deletions

View File

@ -5,7 +5,7 @@ declare const _default: (props: import("oak-frontend-base").ReactComponentProps<
tocPosition: "none" | "left" | "right";
highlightBgColor: string;
onArticlePreview: (content?: string, title?: string) => void;
origin: null | EntityDict["extraFile"]["Schema"]["origin"];
origin: import("../../../types/Config").CosOrigin | null;
scrollId: string;
height: number | "auto";
activeColor: string | undefined;

View File

@ -5,7 +5,7 @@ declare const _default: (props: import("oak-frontend-base").ReactComponentProps<
tocPosition: "none" | "left" | "right";
highlightBgColor: string;
onArticlePreview: (content?: string, title?: string) => void;
origin: EntityDict["extraFile"]["Schema"]["origin"] | null;
origin: import("../../../types/Config").CosOrigin | null;
scrollId: string;
height: number | "auto";
activeColor: string | undefined;

View File

@ -42,8 +42,7 @@ const OauthProvider = (props) => {
}}>
{t('common::action.create')}
</Button>
</div>}>
</ListPro>)}
</div>}/>)}
{/* antd model */}
<Modal open={!!upsertId} destroyOnClose={true} width={600} onCancel={() => {
clean();

View File

@ -43,8 +43,7 @@ const OauthProvider = (props) => {
}}>
{t('common::action.create')}
</Button>
</div>}>
</ListPro>)}
</div>}/>)}
{/* antd model */}
<Modal open={!!upsertId} destroyOnClose={true} width={600} onCancel={() => {
clean();

View File

@ -76,8 +76,7 @@ const OauthProvider = (
</Button>
</div>
}
>
</ListPro>
/>
)}
{/* antd model */}
<Modal open={!!upsertId} destroyOnClose={true} width={600} onCancel={() => {

View File

@ -77,8 +77,7 @@ const OauthProvider = (
</Button>
</div>
}
>
</ListPro>
/>
)}
{/* antd model */}
<Modal open={!!upsertId} destroyOnClose={true} width={600} onCancel={() => {