fix: update custom api doc

This commit is contained in:
Gabe
2025-10-17 09:44:53 +08:00
parent b2eea5d0d7
commit 00e8fdd3e6
2 changed files with 57 additions and 3 deletions

View File

@@ -263,7 +263,7 @@ function ApiFields({ apiSlug, isUserApi, deleteApi }) {
/>
)}
{API_SPE_TYPES.ai.has(apiType) && (
{(API_SPE_TYPES.ai.has(apiType) || apiType === OPT_TRANS_CUSTOMIZE) && (
<>
<Box>
<Grid container spacing={2} columns={12}>