Files
FastGPT/packages/global/support/outLink/constant.ts
Finley Ge f8b8fcc172 feat(publish): Wechat OffiAccount (#2386)
* feat: OffiAccount fe

* feat: offiaccount

* fix: wecom requires AES key

* fix: OffiAccountEditModal

* chore: change wechat svg icon

* chore: add offiaccount svg

* chore: hide unimplemented wecom entries
2024-08-15 12:06:13 +08:00

9 lines
175 B
TypeScript

export enum PublishChannelEnum {
share = 'share',
iframe = 'iframe',
apikey = 'apikey',
feishu = 'feishu',
wecom = 'wecom',
officialAccount = 'official_account'
}