feat: add image_make controls to admin

This commit is contained in:
john
2026-07-19 18:34:55 +08:00
parent 75b7c07a4d
commit 790c5794e9
4 changed files with 104 additions and 2 deletions
+1
View File
@@ -307,6 +307,7 @@ export async function updateAssetPluginConfig(
provider?: string | null;
llmProviderKeyId?: string | null;
llmModel?: string | null;
purposes?: Record<string, boolean>;
},
): Promise<{ ok: boolean; config: AssetGatewayConfig }> {
return portalFetch(`/admin-api/asset-gateway/plugins/${encodeURIComponent(pluginId)}`, {