mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-22 11:55:07 +00:00
Commercial baseurl (#697)
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
export enum InformTypeEnum {
|
||||
system = 'system'
|
||||
system = 'system',
|
||||
admin = 'admin'
|
||||
}
|
||||
|
||||
export const InformTypeMap = {
|
||||
[InformTypeEnum.system]: {
|
||||
label: '系统通知'
|
||||
},
|
||||
[InformTypeEnum.admin]: {
|
||||
label: '管理员'
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user