Files
FastGPT/packages/global/support/outLink/constant.ts
T
Archer c37b3aa0e8 wechat publish (#6607)
* wechat publish

* update test

* doc
2026-03-23 11:57:05 +08:00

12 lines
250 B
TypeScript

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