mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00

* 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
9 lines
175 B
TypeScript
9 lines
175 B
TypeScript
export enum PublishChannelEnum {
|
|
share = 'share',
|
|
iframe = 'iframe',
|
|
apikey = 'apikey',
|
|
feishu = 'feishu',
|
|
wecom = 'wecom',
|
|
officialAccount = 'official_account'
|
|
}
|