add baidu keywords (#3127)
This commit is contained in:
3
packages/global/support/user/type.d.ts
vendored
3
packages/global/support/user/type.d.ts
vendored
@@ -18,6 +18,9 @@ export type UserModelSchema = {
|
||||
key: string;
|
||||
baseUrl: string;
|
||||
};
|
||||
fastgpt_sem?: {
|
||||
keyword: string;
|
||||
};
|
||||
};
|
||||
|
||||
export type UserType = {
|
||||
|
||||
@@ -70,6 +70,9 @@ const UserSchema = new Schema({
|
||||
},
|
||||
lastLoginTmbId: {
|
||||
type: Schema.Types.ObjectId
|
||||
},
|
||||
fastgpt_sem: {
|
||||
type: Object
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user