perf: app cron job (#3360)

This commit is contained in:
Archer
2024-12-10 14:05:34 +08:00
committed by GitHub
parent c98224dda3
commit b327e487a5
9 changed files with 141 additions and 45 deletions

View File

@@ -33,6 +33,7 @@ export enum ChatSourceEnum {
online = 'online',
share = 'share',
api = 'api',
cronJob = 'cronJob',
team = 'team',
feishu = 'feishu',
official_account = 'official_account',
@@ -52,6 +53,9 @@ export const ChatSourceMap = {
[ChatSourceEnum.api]: {
name: i18nT('common:core.chat.logs.api')
},
[ChatSourceEnum.cronJob]: {
name: i18nT('chat:source_cronJob')
},
[ChatSourceEnum.team]: {
name: i18nT('common:core.chat.logs.team')
},