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
+6
View File
@@ -208,6 +208,12 @@ export type AssetPluginConfig = {
llmProviderId: string | null;
llmModel: string | null;
updatedAt: number | null;
purposes?: Record<string, boolean>;
purposeCatalog?: Array<{
id: string;
label: string;
presetId: string;
}>;
};
export type AssetGatewayConfig = {