mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
1
packages/service/core/app/plugin/type.d.ts
vendored
1
packages/service/core/app/plugin/type.d.ts
vendored
@@ -25,6 +25,7 @@ export type SystemPluginConfigSchemaType = {
|
|||||||
templateType: string;
|
templateType: string;
|
||||||
associatedPluginId: string;
|
associatedPluginId: string;
|
||||||
userGuide: string;
|
userGuide: string;
|
||||||
|
author?: string;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -18,6 +18,9 @@ const AppTemplateSchema = new Schema({
|
|||||||
avatar: {
|
avatar: {
|
||||||
type: String
|
type: String
|
||||||
},
|
},
|
||||||
|
author: {
|
||||||
|
type: String
|
||||||
|
},
|
||||||
tags: {
|
tags: {
|
||||||
type: [String],
|
type: [String],
|
||||||
default: undefined
|
default: undefined
|
||||||
|
Reference in New Issue
Block a user